mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Fixed typo.
This commit is contained in:
parent
f2bb268135
commit
094aa2d3dc
1 changed files with 1 additions and 1 deletions
|
|
@ -2296,7 +2296,7 @@ static void servicescan_write_handler(nsock_pool nsp, nsock_event nse, void *myd
|
|||
SG = (ServiceGroup *) nsp_getud(nsp);
|
||||
nsi = nse_iod(nse);
|
||||
|
||||
// Check if a status message was requsted
|
||||
// Check if a status message was requested
|
||||
if (keyWasPressed()) {
|
||||
SG->SPM->printStats(SG->services_finished.size() /
|
||||
((double)SG->services_remaining.size() + SG->services_in_progress.size() +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue