1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix various typos in comments. Closes #2888

This commit is contained in:
nnposter
2024-08-16 02:40:23 +00:00
parent efa0dc36f2
commit cefa051cfc
5 changed files with 7 additions and 7 deletions

View File

@@ -265,7 +265,7 @@ GroupScanStats::GroupScanStats(UltraScanInfo *UltraSI) {
USI = UltraSI;
init_ultra_timing_vals(&timing, TIMING_GROUP, USI->numIncompleteHosts(), &(USI->perf), &USI->now);
initialize_timeout_info(&to);
/* Default timout should be much lower for arp */
/* Default timeout should be much lower for arp */
if (USI->ping_scan_arp)
to.timeout = box(o.minRttTimeout(), o.initialRttTimeout(), INITIAL_ARP_RTT_TIMEOUT) * 1000;
num_probes_active = 0;