1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-17 13:09:02 +00:00

Fixed more typos.

This commit is contained in:
henri
2012-01-09 13:47:58 +00:00
parent fe566432c7
commit d0a17f430f
6 changed files with 13 additions and 13 deletions

View File

@@ -58,7 +58,7 @@
#include "nsock_internal.h"
/* Read up to nlines lines (terminated with \n, which of course inclues \r\n),
/* Read up to nlines lines (terminated with \n, which of course includes \r\n),
* or until EOF, or until the timeout, whichever comes first. Note that
* NSE_STATUS_SUCCESS will be returned in the case of EOF or tiemout if at least
* 1 char has been read. Also note that you may get more than 'nlines' back --