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/HTMLGen.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/HTMLGen.c')
-rw-r--r-- | WWW/Library/Implementation/HTMLGen.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/HTMLGen.c b/WWW/Library/Implementation/HTMLGen.c index 7480b0fc..c63723c3 100644 --- a/WWW/Library/Implementation/HTMLGen.c +++ b/WWW/Library/Implementation/HTMLGen.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTMLGen.c,v 1.45 2018/05/11 22:41:59 tom Exp $ + * $LynxId: HTMLGen.c,v 1.46 2020/01/21 22:02:35 tom Exp $ * * HTML Generator * ============== @@ -11,7 +11,7 @@ * Should convert old XMP, LISTING and PLAINTEXT to PRE. * * It is not obvious to me right now whether the HEAD should be generated - * from the incomming data or the anchor. Currently it is from the former + * from the incoming data or the anchor. Currently it is from the former * which is cleanest. */ @@ -249,7 +249,7 @@ static void HTMLGen_put_character(HTStructured * me, int c) *q++ = *p++; } me->cleanness = 0; - /* Now we have to check whether ther are any perfectly good breaks + /* Now we have to check whether there are any perfectly good breaks * which weren't good enough for the last line but may be good * enough for the next */ @@ -686,7 +686,7 @@ HTStructured *HTMLGenerator(HTStream *output) * ------------------- * * This object just converts a plain text stream into HTML - * It is officially a structured strem but only the stream bits exist. + * It is officially a structured stream but only the stream bits exist. * This is just the easiest way of typecasting all the routines. */ static const HTStructuredClass PlainToHTMLConversion = |