Comment typofixes

This commit is contained in:
Pasi Kallinen
2015-10-17 12:28:52 +03:00
parent f4ec27ea13
commit f8b48490aa
23 changed files with 28 additions and 28 deletions

View File

@@ -154,7 +154,7 @@
#define _DECC_V4_SOURCE /* avoid some incompatible V5.x changes */
#endif
#undef __HIDE_FORBIDDEN_NAMES /* need non-ANSI library support functions */
#ifdef VAXC /* DEC C in VAX C compatability mode; 'signed' works */
#ifdef VAXC /* DEC C in VAX C compatibility mode; 'signed' works */
#define signed /* but causes diagnostic about VAX C not supporting it */
#endif
#else

View File

@@ -70,7 +70,7 @@ E struct dgn_topology { /* special dungeon levels for speed */
d_level d_mineend_level;
d_level d_sokoend_level;
} dungeon_topology;
/* macros for accesing the dungeon levels by their old names */
/* macros for accessing the dungeon levels by their old names */
/* clang-format off */
#define oracle_level (dungeon_topology.d_oracle_level)
#define bigroom_level (dungeon_topology.d_bigroom_level)

View File

@@ -380,7 +380,7 @@
* Patch 2, August 16, 1989
* add support for OS/2 (courtesy Timo Hakulinen)
* add a better makefile for MicroSoft C (courtesy Paul Gyugyi)
* more accomodation of compilers and preprocessors
* more accommodation of compilers and preprocessors
* add better screen-size sensing
* expand color use for PCs and introduce it for SVR3 UNIX machines
* extend '/' to multiple identifications

View File

@@ -188,7 +188,7 @@
#define S_digbeam 69 /* dig beam symbol */
#define S_flashbeam 70 /* camera flash symbol */
#define S_boomleft 71 /* thrown boomerang, open left, e.g ')' */
#define S_boomright 72 /* thrown boomerand, open right, e.g. '(' */
#define S_boomright 72 /* thrown boomerang, open right, e.g. '(' */
#define S_ss1 73 /* 4 magic shield glyphs */
#define S_ss2 74
#define S_ss3 75

View File

@@ -16,7 +16,7 @@
* Order matters and are used in macros.
* Positive values denote hand-to-hand weapons or launchers.
* Negative values denote ammunition or missiles.
* Update weapon.c if you ammend any skills.
* Update weapon.c if you amend any skills.
* Also used for oc_subtyp.
*/
#define P_DAGGER 1

View File

@@ -336,7 +336,7 @@ extern long __cdecl ftell(FILE *f);
#endif
/* leave - Windows CE defines leave as part of exception handling (__leave)
It confilicts with existing sources and since we don't use exceptions it is
It conflicts with existing sources and since we don't use exceptions it is
safe
to undefine it */
#ifdef leave

View File

@@ -176,7 +176,7 @@ struct text_info_t {
int extra_width, /* Sum of left and right border widths. */
extra_height; /* Sum of top and bottom border widths. */
boolean blocked; /* */
boolean destroy_on_ack; /* Destroy this window when acknowleged. */
boolean destroy_on_ack; /* Destroy this window when acknowledged. */
#ifdef GRAPHIC_TOMBSTONE
boolean is_rip; /* This window needs a tombstone. */
#endif