1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 01:49: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

@@ -570,7 +570,7 @@ static int field_name_equal(const char *a, const char *b)
/* Get the value of every header with the given name, separated by commas. If
you only want the first value for header fields that should not be
concatentated in this way, use http_header_get_first. The returned string
concatenated in this way, use http_header_get_first. The returned string
must be freed. */
char *http_header_get(const struct http_header *header, const char *name)
{