1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Fix spelling in some comments.

By Matt Selsky.
http://seclists.org/nmap-dev/2013/q1/34
This commit is contained in:
david
2013-01-15 22:31:11 +00:00
parent 76d4889eea
commit 906a94e600
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ end
action = function(host, port)
-- make sure we get at least one more packet after the JDWP-Handshake
-- response even if there is some delay; the handshake resonse has 14
-- response even if there is some delay; the handshake response has 14
-- bytes, so wait for 18 bytes here.
local status, result = comm.exchange(host, port, "JDWP-Handshake\0\0\0\11\0\0\0\1\0\1\1", {proto="tcp", bytes=18})
if (not status) then

View File

@@ -1570,8 +1570,8 @@ void ServiceNFO::addServiceString(const char *s, int wrapat) {
addServiceChar(*s++, wrapat);
}
// If a service response to a given probeName, this function adds the
// resonse the the fingerprint for that service. The fingerprint can
// If a service responds to a given probeName, this function adds the
// response to the fingerprint for that service. The fingerprint can
// be printed when nothing matches the service. You can obtain the
// fingerprint (if any) via getServiceFingerprint();
void ServiceNFO::addToServiceFingerprint(const char *probeName, const u8 *resp,