about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTVMS_WaisProt.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2020-01-22 02:02:15 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2020-01-22 02:02:15 +0000
commit7fb4d1b4667658fdd1a92a2911be669c8aa78589 (patch)
tree87a4b9b6f06cc3a6b096859299506220b3378f40 /WWW/Library/Implementation/HTVMS_WaisProt.c
parent419cae0a458826eae34d29b3216f453957074d16 (diff)
downloadlynx-snapshots-7fb4d1b4667658fdd1a92a2911be669c8aa78589.tar.gz
snapshot of project "lynx", label v2-9-0dev_4i
Diffstat (limited to 'WWW/Library/Implementation/HTVMS_WaisProt.c')
-rw-r--r--WWW/Library/Implementation/HTVMS_WaisProt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTVMS_WaisProt.c b/WWW/Library/Implementation/HTVMS_WaisProt.c
index 30feae62..687c9df9 100644
--- a/WWW/Library/Implementation/HTVMS_WaisProt.c
+++ b/WWW/Library/Implementation/HTVMS_WaisProt.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTVMS_WaisProt.c,v 1.9 2010/09/24 23:51:22 tom Exp $
+ * $LynxId: HTVMS_WaisProt.c,v 1.10 2020/01/21 22:10:03 tom Exp $
  *
  *							  HTVMS_WAISProt.c
  *
@@ -89,7 +89,7 @@ static char *writeUserInfoHeader(data_tag tag,
 /* write the tag and size, making sure the info fits.  return the true end
    of the info (after adjustment) note that the argument infoSize includes
    estHeaderSize.  Note that the argument len is the number of bytes remaining
-   in the buffer.  Since we write the tag and size at the begining of the
+   in the buffer.  Since we write the tag and size at the beginning of the
    buffer (in space that we reserved) we don't want to pass len the calls which
    do that writing.
  */
@@ -414,7 +414,7 @@ static char *writeDocObj(DocObj *doc,
 {
     char *buf = buffer;
 
-    /* we alwasy have to write the id, but its tag depends on if its a chunk */
+    /* we always have to write the id, but its tag depends on if it's a chunk */
     if (doc->ChunkCode == CT_document)
 	buf = writeAny(doc->DocumentID, DT_DocumentID, buf, len);
     else