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

@@ -91,7 +91,7 @@ static void arpping(Target *hostbatch[], int num_hosts) {
int targetno;
targets.reserve(num_hosts);
/* Default timout should be much lower for arp */
/* Default timeout should be much lower for arp */
int default_to = box(o.minRttTimeout(), o.initialRttTimeout(), INITIAL_ARP_RTT_TIMEOUT) * 1000;
for (targetno = 0; targetno < num_hosts; targetno++) {
initialize_timeout_info(&hostbatch[targetno]->to);