Spelling fixes. 291/head
authorTorbjörn Andersson <eriktorbjorn@users.sourceforge.net>
Mon, 3 Apr 2023 17:05:58 +0000 (19:05 +0200)
committerTorbjörn Andersson <eriktorbjorn@users.sourceforge.net>
Fri, 7 Apr 2023 08:50:01 +0000 (10:50 +0200)
NEWS.adoc
advent.h
saveresume.c
tests/magicwords.log

index da58c799e98161d0a38a731be4ec25530e668c3f..b879e1742d8a55a51ba6aea84d4e06554043c282 100644 (file)
--- a/NEWS.adoc
+++ b/NEWS.adoc
@@ -3,7 +3,7 @@
 // SPDX-License-Identifier: CC-BY-4.0
 
 Reoisitory head::
-  Savefiles now have an identigting magic cookie at the front.
+  Savefiles now have an identifying magic cookie at the front.
   Resume detects if a save has incompatible endianness.
 
 1.15: 2023-04-03::
index 3cea5f569f9ac0ad7c5a54ca9c737460bf359a9c..70c0c6865252679015c51a68194fbe30e0e292cc 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -178,7 +178,7 @@ struct game_t {
     int saved;                   // point penalty for saves
     int tally;                   // count of treasures gained
     int thresh;                  // current threshold for endgame scoring tier
-    bool seenbigwords;           // have we red the grafitti in the Giant's Room? 
+    bool seenbigwords;           // have we red the graffiti in the Giant's Room? 
     turn_t trnluz;               // # points lost so far due to turns used
     turn_t turns;                // counts commands given (ignores yes/no)
     char zzword[TOKLEN + 1];     // randomly generated magic word from bird
@@ -236,7 +236,7 @@ typedef struct {
 #define SAVE_VERSION   30
 
 /*
- * Goes at start of gile so sabes can be identified by file(1) and the like.
+ * Goes at start of file so saves can be identified by file(1) and the like.
  */
 #define ADVENT_MAGIC   "open-adventure\n"
 
index c6d0ba0f274d3e73271e92b171a95521caf96694..f77925ab948649df9498957087d10cb217597e80 100644 (file)
@@ -19,7 +19,7 @@
 #include "dungeon.h"
 
 /*
- * Use this to detect endianness mismatch.  Can't be unchanges by byte-swapping.
+ * Use this to detect endianness mismatch.  Can't be unchanged by byte-swapping.
  */
 #define ENDIAN_MAGIC   2317
 
index a63cbf98e705bc3e2a0c57da337596bbe90f9c3c..5e7f39acc7fc3a7fb9e6943b81b7035d848d816c 100644 (file)
@@ -1,4 +1,4 @@
-## Test processing of variuos fee fie foe foo fum cases.
+## Test processing of various fee fie foe foo fum cases.
 # SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #