From 11c172b30f41bae1510a262daf855402b36e1df2 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 25 Sep 2006 06:47:13 +0000 Subject: [PATCH] error msg typo --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index badc6dae0..d9a4c53ac 100644 --- a/nmap.cc +++ b/nmap.cc @@ -1718,7 +1718,7 @@ int gather_logfile_resumption_state(char *fname, int *myargc, char ***myargv) { nmap_arg_buffer[21 + q-p] = '\0'; if (strstr(nmap_arg_buffer, "--randomize-hosts") != NULL) { - error("WARNING: You are attempting to resume a scan which used --randomize-hosts. Some hosts in the last randomized batch make be missed and others may be repeated once"); + error("WARNING: You are attempting to resume a scan which used --randomize-hosts. Some hosts in the last randomized batch may be missed and others may be repeated once"); } *myargc = arg_parse(nmap_arg_buffer, myargv);