1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00
This commit is contained in:
david
2012-03-16 20:02:55 +00:00
parent f0dcb3c2ce
commit 95d0ced45a

View File

@@ -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;