diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-01-22 02:02:15 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-01-22 02:02:15 +0000 |
commit | 7fb4d1b4667658fdd1a92a2911be669c8aa78589 (patch) | |
tree | 87a4b9b6f06cc3a6b096859299506220b3378f40 /WWW/Library/Implementation/HTString.c | |
parent | 419cae0a458826eae34d29b3216f453957074d16 (diff) | |
download | lynx-snapshots-7fb4d1b4667658fdd1a92a2911be669c8aa78589.tar.gz |
snapshot of project "lynx", label v2-9-0dev_4i
Diffstat (limited to 'WWW/Library/Implementation/HTString.c')
-rw-r--r-- | WWW/Library/Implementation/HTString.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/HTString.c b/WWW/Library/Implementation/HTString.c index 54d8207e..bdc622b6 100644 --- a/WWW/Library/Implementation/HTString.c +++ b/WWW/Library/Implementation/HTString.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTString.c,v 1.75 2018/12/27 10:28:12 tom Exp $ + * $LynxId: HTString.c,v 1.76 2020/01/21 21:58:09 tom Exp $ * * Case-independent string comparison HTString.c * @@ -378,7 +378,7 @@ char *HTSACopy_extra(char **dest, * --------------- * * On entry, - * *pstr points to a string containig white space separated + * *pstr points to a string containing white space separated * field, optionlly quoted. * * On exit, @@ -428,8 +428,8 @@ char *HTNextField(char **pstr) * If NULL, default is white space "," ";" or "=". * The word can optionally be quoted or enclosed with * chars from bracks. - * Comments surrrounded by '(' ')' are filtered out - * unless they are specifically reqested by including + * Comments surrounded by '(' ')' are filtered out + * unless they are specifically requested by including * ' ' or '(' in delims or bracks. * bracks lists bracketing chars. Some are recognized as * special, for those give the opening char. |