1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

Spelling corrections. Fixes #1160

This commit is contained in:
dmiller
2018-03-26 14:59:41 +00:00
parent b5bd185743
commit 689ea0e05d
34 changed files with 44 additions and 44 deletions

View File

@@ -155,7 +155,7 @@
-- Following is an example how it can be done for FTP brute.
--
-- <code>
-- local line = <responce from the server>
-- local line = <response from the server>
--
-- if(string.match(line, "^230")) then
-- stdnse.debug1("Successful login: %s/%s", user, pass)
@@ -701,7 +701,7 @@ Engine = {
status, response = driver:connect()
-- Temporary workaround. Did not connect sucessfully
-- Temporary workaround. Did not connect successfully
-- due to stressed server
if not status then
-- We have to first check whether the response is a brute.Error