spelling correction tidbit

Closes #415
This commit is contained in:
nhmall
2020-11-28 08:59:03 -05:00
parent fb188dc1aa
commit 0d6481ad8c
6 changed files with 6 additions and 6 deletions

View 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.

View 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

View 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