From 7e21108e95aa0f745249720270247f7f69472d79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Torbj=C3=B6rn=20Andersson?= Date: Mon, 3 Apr 2023 19:05:58 +0200 Subject: [PATCH] Spelling fixes. --- NEWS.adoc | 2 +- advent.h | 4 ++-- saveresume.c | 2 +- tests/magicwords.log | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.adoc b/NEWS.adoc index da58c79..b879e17 100644 --- 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:: diff --git a/advent.h b/advent.h index 3cea5f5..70c0c68 100644 --- 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" diff --git a/saveresume.c b/saveresume.c index c6d0ba0..f77925a 100644 --- a/saveresume.c +++ b/saveresume.c @@ -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 diff --git a/tests/magicwords.log b/tests/magicwords.log index a63cbf9..5e7f39a 100644 --- a/tests/magicwords.log +++ b/tests/magicwords.log @@ -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 # SPDX-License-Identifier: BSD-2-Clause # -- 2.31.1