mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Typo.
This commit is contained in:
parent
f0dcb3c2ce
commit
95d0ced45a
1 changed files with 1 additions and 1 deletions
|
|
@ -1099,7 +1099,7 @@ int FPEngine6::os_scan(vector<Target *> &Targets) {
|
|||
/* Go through the list of hosts and ask them to schedule their probes */
|
||||
for (unsigned int i = 0; i < curr_hosts.size(); i++) {
|
||||
|
||||
/* If the host is not done yet, call shedule() to let it schedule
|
||||
/* If the host is not done yet, call schedule() to let it schedule
|
||||
* new probes, retransmissions, etc. */
|
||||
if (!curr_hosts[i]->done()) {
|
||||
osscan_done = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue