1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 16:39:03 +00:00

Spellcheck for Ncat, Nping source files

This commit is contained in:
dmiller
2014-02-20 21:22:22 +00:00
parent 3f0d0c16f9
commit 1575c63d7d
36 changed files with 77 additions and 77 deletions

View File

@@ -257,7 +257,7 @@ int nping_print(int level, const char *str, ...){
/*****************************************************************************/
/* The following functions are provided only for compatibility with some */
/* code from Nmap. They should NOT be used in any new piece of code unless */
/* the code you are writting needs to be shared with nmap. */
/* the code you are writing needs to be shared with nmap. */
/*****************************************************************************/
/** Print fatal error messages to stderr and then exits.
* @warning This function does not return because it calls exit() */