about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/LYCurses.c4
-rw-r--r--src/LYIcon.rc12
-rw-r--r--src/LYLocal.c4
-rw-r--r--src/LYStrings.c4
4 files changed, 12 insertions, 12 deletions
diff --git a/src/LYCurses.c b/src/LYCurses.c
index edf182d1..8857d1cc 100644
--- a/src/LYCurses.c
+++ b/src/LYCurses.c
@@ -1,4 +1,4 @@
-/* $LynxId: LYCurses.c,v 1.199 2022/07/22 19:58:13 tom Exp $ */
+/* $LynxId: LYCurses.c,v 1.200 2023/01/02 23:52:18 tom Exp $ */
 #include <HTUtils.h>
 #include <HTAlert.h>
 
@@ -1174,7 +1174,7 @@ void restart_curses(void)
     wrefresh(LYwin);
 
     LYwin = stdscr;
-    /* reenable xterm mouse-mode in the new screen */
+    /* re-enable xterm mouse-mode in the new screen */
     keypad(LYwin, TRUE);
     lynx_enable_mouse(1);
 
diff --git a/src/LYIcon.rc b/src/LYIcon.rc
index b210a8c2..113a5eb1 100644
--- a/src/LYIcon.rc
+++ b/src/LYIcon.rc
@@ -1,12 +1,12 @@
-// $LynxId: LYIcon.rc,v 1.53 2022/03/11 01:29:33 tom Exp $
+// $LynxId: LYIcon.rc,v 1.55 2023/01/03 00:18:32 tom Exp $
 
 #include <windows.h>
 
 100	ICON	"../samples/lynx.ico"
 
 VS_VERSION_INFO VERSIONINFO
-FILEVERSION    2,9,0,1011
-PRODUCTVERSION 2,9,0,1011
+FILEVERSION    2,9,0,1012
+PRODUCTVERSION 2,9,0,1012
 FILEFLAGSMASK  VS_FFI_FILEFLAGSMASK
 FILEFLAGS      0
 FILEOS         VOS_NT_WINDOWS32
@@ -19,12 +19,12 @@ BEGIN
     BEGIN
       VALUE "CompanyName",      "https://invisible-island.net/lynx"
       VALUE "FileDescription",  "Lynx - web browser"
-      VALUE "FileVersion",      "2.9.0.1011"
+      VALUE "FileVersion",      "2.9.0.1012"
       VALUE "InternalName",     "Lynx"
-      VALUE "LegalCopyright",   "©1997-2022 Thomas E. Dickey"
+      VALUE "LegalCopyright",   "©1997-2023 Thomas E. Dickey"
       VALUE "OriginalFilename", "lynx.exe"
       VALUE "ProductName",      "Lynx - web browser"
-      VALUE "ProductVersion",   "2.9.0.1011"
+      VALUE "ProductVersion",   "2.9.0.1012"
     END
   END
   BLOCK "VarFileInfo"
diff --git a/src/LYLocal.c b/src/LYLocal.c
index ead3e11f..754a7d43 100644
--- a/src/LYLocal.c
+++ b/src/LYLocal.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYLocal.c,v 1.134 2021/07/30 08:23:29 tom Exp $
+ * $LynxId: LYLocal.c,v 1.135 2023/01/02 23:52:10 tom Exp $
  *
  *  Routines to manipulate the local filesystem.
  *  Written by: Rick Mallett, Carleton University
@@ -1918,7 +1918,7 @@ static char *build_command(char *line,
 int local_dired(DocInfo *doc)
 {
     char *line_url;		/* will point to doc's address, which is a URL */
-    char *line = NULL;		/* same as line_url, but HTUnEscaped, will be alloced */
+    char *line = NULL;		/* same as line_url, but HTUnEscaped, will be allocated */
     char *arg = NULL;		/* ...will point into line[] */
     char *tp = NULL;
     char *tmpbuf = NULL;
diff --git a/src/LYStrings.c b/src/LYStrings.c
index 67c0b2b0..8199c2c8 100644
--- a/src/LYStrings.c
+++ b/src/LYStrings.c
@@ -1,4 +1,4 @@
-/* $LynxId: LYStrings.c,v 1.279 2021/10/24 09:05:19 tom Exp $ */
+/* $LynxId: LYStrings.c,v 1.280 2023/01/03 00:11:49 Jens.Schleusener Exp $ */
 #include <HTUtils.h>
 #include <HTCJK.h>
 #include <UCAux.h>
@@ -5961,7 +5961,7 @@ char *SNACopy(char **target,
 }
 
 /*
- * Combinate string allocation and concatenation.
+ * Combine string allocation and concatenation.
  * see StrAllocCat
  */
 char *SNACat(char **target,