From 95d0ced45a89e59d2a6b80c34b190768bb9d60ec Mon Sep 17 00:00:00 2001 From: david Date: Fri, 16 Mar 2012 20:02:55 +0000 Subject: [PATCH] Typo. --- FPEngine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FPEngine.cc b/FPEngine.cc index 0951714af..f9319a7ed 100644 --- a/FPEngine.cc +++ b/FPEngine.cc @@ -1099,7 +1099,7 @@ int FPEngine6::os_scan(vector &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;