From 2f60504e077dfdb8c37308239dd0ef7964cd3517 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 6 Apr 2023 21:01:48 -0400 Subject: [PATCH] Comment typo fixes. --- actions.c | 2 +- tests/magicwords.log | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actions.c b/actions.c index 658d95d..8b3891b 100644 --- a/actions.c +++ b/actions.c @@ -230,7 +230,7 @@ static phase_codes_t bigwords(vocab_t id) return GO_CLEAROBJ; } } else { - /* Magic-word sequebce was started but is incorrect */ + /* Magic-word sequence was started but is incorrect */ if (settings.oldstyle || game.seenbigwords) rspeak(START_OVER); else diff --git a/tests/magicwords.log b/tests/magicwords.log index 7c4deff..a63cbf9 100644 --- a/tests/magicwords.log +++ b/tests/magicwords.log @@ -1,8 +1,8 @@ -## Test processing of variuus fee fie foe foo fum cases. +## Test processing of variuos fee fie foe foo fum cases. # SPDX-FileCopyrightText: Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # -# How thry're supposed to work: +# How they're supposed to work: # # 1. The word "fum", from the famous phrase, "fee fie foe fum" is treated # as a red herring for the player and is handled differently in the -- 2.31.1