mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 11:59:03 +00:00
Spellcheck on Nmap, Nsock, Nbase source files
This commit is contained in:
2
Target.h
2
Target.h
@@ -325,7 +325,7 @@ class Target {
|
||||
unsigned int flags; /* HOST_UNKNOWN, HOST_UP, or HOST_DOWN. */
|
||||
struct timeout_info to;
|
||||
char *hostname; // Null if unable to resolve or unset
|
||||
char * targetname; // The name of the target host given on the commmand line if it is a named host
|
||||
char * targetname; // The name of the target host given on the command line if it is a named host
|
||||
|
||||
struct probespec traceroute_probespec;
|
||||
std::list <TracerouteHop> traceroute_hops;
|
||||
|
||||
Reference in New Issue
Block a user