1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

Spellcheck for Ncat, Nping source files

This commit is contained in:
dmiller
2014-02-20 21:22:22 +00:00
parent 3f0d0c16f9
commit 1575c63d7d
36 changed files with 77 additions and 77 deletions

View File

@@ -149,7 +149,7 @@ class NpingTarget {
char *hostname; /**< Resolved host name */
int namedhost; /**< =1 is named host; =0 is an IP; =-1 unset */
char *targetname; /**< Name of the target host given on the *
* commmand line if it is a named host */
* command line if it is a named host */
struct sockaddr_storage targetsock; /**< Target address */
size_t targetsocklen;