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

just fixing some spelling errors in comments

This commit is contained in:
kris
2007-11-03 03:54:11 +00:00
parent 50c4981934
commit 4cd9fa160d
2 changed files with 5 additions and 5 deletions

View File

@@ -1210,7 +1210,7 @@ if (window)
tcp->th_win = htons(window);
else tcp->th_win = htons(1024 * (myttl % 4 + 1)); /* Who cares */
/* Urgend pointer */
/* Urgent pointer */
if (urp)
tcp->th_urp = htons(urp);
@@ -1877,7 +1877,7 @@ int pcap_select(pcap_t *p, long usecs)
}
/* Read an IP packet using libpcap . We return the packet and take
a pcap descripter and a pointer to the packet length (which we set
a pcap descriptor and a pointer to the packet length (which we set
in the function. If you want a maximum length returned, you
should specify that in pcap_open_live() */