correct a few typos

This commit is contained in:
nhmall
2025-10-24 12:27:05 -04:00
parent 3eed021a39
commit 3c8628f549
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
The definitition for each OPTIONS= option resides in include/optlist.h as of The definition for each OPTIONS= option resides in include/optlist.h as of
February 2020 in 3.7 WIP. February 2020 in 3.7 WIP.
Boolean and compound options are combined into a single allopt[] array. Boolean and compound options are combined into a single allopt[] array.

View File

@@ -87,7 +87,7 @@ There are 4 distinct types of sound sound_triggers used by NetHack.
at the outset (ambience_begin), at the at the outset (ambience_begin), at the
termination (ambience_end), and termination (ambience_end), and
periodically in-between as needed periodically in-between as needed
(ambience_upate), likely with a different (ambience_update), likely with a different
hero proximity value. hero proximity value.
SOUND_TRIGGER_VERBAL Invoked by the core when someone (or something) SOUND_TRIGGER_VERBAL Invoked by the core when someone (or something)
@@ -233,7 +233,7 @@ sound_play_usersound(char *filename, int32_t volume, int32_t usidx);
sound_ambience(int32_t ambienceid, int32_t ambience_action, sound_ambience(int32_t ambienceid, int32_t ambience_action,
int32_t hero_proximity); int32_t hero_proximity);
-- NetHack will call this function when it wants a particular -- NetHack will call this function when it wants a particular
ambience related sound played in order to provide atomosphere ambience related sound played in order to provide atmosphere
or flavor. or flavor.
-- The ambienceid is used to identify the particular ambience sound -- The ambienceid is used to identify the particular ambience sound
being sought. The abienceid identifiers are from the being sought. The abienceid identifiers are from the

View File

@@ -76,7 +76,7 @@
used if symbols are set up to run them. Or if you have them but do not used if symbols are set up to run them. Or if you have them but do not
have symbols set up, you may edit spec_lev.com to have it run them. have symbols set up, you may edit spec_lev.com to have it run them.
If neither of those situations applies, spec_lev.com will default to If neither of those situations applies, spec_lev.com will default to
copying pre-genearated versions of the appropriate files (dgn_lex.c, copying pre-generated versions of the appropriate files (dgn_lex.c,
lev_lex.c, dgn_yacc.c, lev_yacc.c, dgn_comp.h, and lev_comp.h) from lev_lex.c, dgn_yacc.c, lev_yacc.c, dgn_comp.h, and lev_comp.h) from
[.sys.share] into [.util]*.c and [.include]*.h. [.sys.share] into [.util]*.c and [.include]*.h.