]> granicus.if.org Git - nethack/commitdiff
spelling correction tidbit
authornhmall <nhmall@nethack.org>
Sat, 28 Nov 2020 13:59:03 +0000 (08:59 -0500)
committernhmall <nhmall@nethack.org>
Sat, 28 Nov 2020 13:59:03 +0000 (08:59 -0500)
Closes #415

doc/Guidebook.mn
doc/fixes36.1
doc/fixes36.4
include/patchlevel.h
outdated/sys/wince/mhmsgwnd.c
win/win32/mhmsgwnd.c

index 975691af8bc1bf6947e50caedbffa33f3ac4b290..6a0366a73416c018dac38683e0860695044652db 100644 (file)
@@ -2458,7 +2458,7 @@ NetHack.
 Here is a list of the armor class values provided by suits of armor:
 .
 .\" Replace the old one suit per line table with a more condensed one.
-.\" AC4 and AC7 have been split into two lines to accomodate plain text
+.\" AC4 and AC7 have been split into two lines to accommodate plain text
 .\" output (Guidebook.txt).  AC4 needs it to reduce overall width; after
 .\" that, AC7 became the longest and the table looks better by shortening
 .\" it to get the second column (number) closer to the text on most lines.
index 5fda55113eb1a0ab6df84005d27ad268bbf9cdca..3b0b27ddbf11bb39e44ea094b1ada328d925edbc 100644 (file)
@@ -853,7 +853,7 @@ X11: new NetHack*highlight_prompt resource to control whether the persistent
        configuration will be highlighted when it's expecting input
 X11: NetHack*extcmd_height_delta resource can be used to adjust initial size
        of the extended commands menu
-X11: status display split into three columns to accomodate Stone/Deaf/Lev/&c;
+X11: status display split into three columns to accommodate Stone/Deaf/Lev/&c;
        NetHack*status_condition.foreground, .background, and .showGrip
        resources replaced by status_condition[1-3].*
 X11: more terminal-like default resources
index a4b8991c4c08945152ab72097a960351ca9fff0f..912f807234327a41176c8752e665efdabcfdcf94 100644 (file)
@@ -11,7 +11,7 @@ GDBPATH and GREPPATH from sysconf or -D... on compilation command line were
        at end of game when that was enabled
 fix the article used in the message when your steed encounters a polymorph trap
 allow teleporting onto the vibrating square
-message "your knapsack can't accomodate any more items" when picking stuff up
+message "your knapsack can't accommodate any more items" when picking stuff up
        or removing such from container was inaccurate if there was some gold
        pending; vary the message rather than add more convoluted pickup code
 dozen-ish assorted spelling/typo fixes in messages and source comments
index a6d3fba0055d582bc860ee021e34f0136680b345..d240f22459723c8c00dce455bb513be7980cbce3 100644 (file)
@@ -98,7 +98,7 @@
  *  fix the article used in the message when your steed encounters a polymorph
  *      trap
  *  allow teleporting onto the vibrating square
- *  message "your knapsack can't accomodate any more items" when picking stuff
+ *  message "your knapsack can't accommodate any more items" when picking stuff
  *      up or removing such from container was inaccurate if there was some
  *      gold pending; vary the message rather than add more convoluted pickup
  *      code
index 1c8976564981bd46570761565ac0b24348653ec7..a73eec3e9509699a7c41a8bb5352c254798316f3 100644 (file)
@@ -609,7 +609,7 @@ mswin_message_window_size(HWND hWnd, LPSIZE sz)
 
     data = (PNHMessageWindow) GetWindowLong(hWnd, GWL_USERDATA);
     if (data) {
-        /* set size to accomodate MSG_VISIBLE_LINES, highligh rectangle and
+        /* set size to accommodate MSG_VISIBLE_LINES, highligh rectangle and
            horizontal scroll bar (difference between window rect and client
            rect */
         GetClientRect(hWnd, &client_rt);
index f4f6fe09dc48211230bb8773f0be0be7a6a4eb2a..c821583ccb89a12a22ecbdfa8297a9befa4c3b74 100644 (file)
@@ -769,7 +769,7 @@ mswin_message_window_size(HWND hWnd, LPSIZE sz)
     sz->cx = rt.right - rt.left;
     sz->cy = rt.bottom - rt.top;
 
-    /* set size to accomodate MSG_VISIBLE_LINES and
+    /* set size to accommodate MSG_VISIBLE_LINES and
        horizontal scroll bar (difference between window rect and client rect
        */
     GetClientRect(hWnd, &client_rt);