1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Spellcheck: common misspellings in the entire source tree

This commit is contained in:
dmiller
2014-02-21 21:10:51 +00:00
parent 3f5e909e8f
commit ddcfa8cc90
38 changed files with 52 additions and 52 deletions

View File

@@ -45,7 +45,7 @@ payload in the comment.
-- 80/tcp open http syn-ack
-- | Testing page /post.html
-- |
-- | Succesfully uploaded and executed payloads:
-- | Successfully uploaded and executed payloads:
-- | Filename: 1.php, MIME: text/plain
-- |_ Filename: 1.php3, MIME: text/plain
---
@@ -152,7 +152,7 @@ end
local makeAndCheckRequests = function(uploadspaths)
local exit = 0
local output = {"Succesfully uploaded and executed payloads: "}
local output = {"Successfully uploaded and executed payloads: "}
for i=1, #listofrequests, 1 do
listofrequests[i]:make()