about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTVMSUtils.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/HTVMSUtils.c
parent419cae0a458826eae34d29b3216f453957074d16 (diff)
downloadlynx-snapshots-7fb4d1b4667658fdd1a92a2911be669c8aa78589.tar.gz
snapshot of project "lynx", label v2-9-0dev_4i
Diffstat (limited to 'WWW/Library/Implementation/HTVMSUtils.c')
-rw-r--r--WWW/Library/Implementation/HTVMSUtils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/HTVMSUtils.c b/WWW/Library/Implementation/HTVMSUtils.c
index e2789561..38e583a6 100644
--- a/WWW/Library/Implementation/HTVMSUtils.c
+++ b/WWW/Library/Implementation/HTVMSUtils.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTVMSUtils.c,v 1.39 2013/11/28 11:15:31 tom Exp $
+ * $LynxId: HTVMSUtils.c,v 1.40 2020/01/21 21:58:29 tom Exp $
  *
  * MODULE							HTVMSUtil.c
  *		VMS Utility Routines
@@ -140,7 +140,7 @@ void HTVMS_disableSysPrv(void)
  *	FileName	The file to be accessed
  *	UserName	Name of the user to check access for.
  *			User nobody, represented by "" is given NO for an answer
- *	Method		Name of the method to be chceked
+ *	Method		Name of the method to be checked
  *
  * ON EXIT:
  *	returns YES if access is allowed
@@ -371,7 +371,7 @@ int HTStat(const char *filename,
 }
 
 #ifndef	_POSIX_SOURCE
-#define	d_ino	d_fileno	/* compatability */
+#define	d_ino	d_fileno	/* compatibility */
 #ifndef	NULL
 #define	NULL	0
 #endif
@@ -597,7 +597,7 @@ static void free_VMSEntryInfo_contents(VMSEntryInfo * entry_info)
 	FREE(entry_info->type);
 	FREE(entry_info->date);
     }
-    /* dont free the struct */
+    /* don't free the struct */
 }
 
 int compare_VMSEntryInfo_structs(VMSEntryInfo * entry1, VMSEntryInfo * entry2)