mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Spellcheck on Nmap, Nsock, Nbase source files
This commit is contained in:
parent
b8873f42cd
commit
3f0d0c16f9
52 changed files with 145 additions and 145 deletions
|
|
@ -429,7 +429,7 @@ class FPHost {
|
|||
};
|
||||
|
||||
/* This class represents IPv6 hosts to be fingerprinted. The class performs
|
||||
* OS detection asynchronously. To use it, shedule() must be called at regular
|
||||
* OS detection asynchronously. To use it, schedule() must be called at regular
|
||||
* intervals until done() returns true. After that, status() will indicate
|
||||
* whether the host was successfully matched with a particular OS or not. */
|
||||
class FPHost6 : public FPHost {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue