Comment typo fixes.
This commit is contained in:
parent
5de3b8ff70
commit
2f60504e07
2 changed files with 3 additions and 3 deletions
|
@ -230,7 +230,7 @@ static phase_codes_t bigwords(vocab_t id)
|
||||||
return GO_CLEAROBJ;
|
return GO_CLEAROBJ;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/* Magic-word sequebce was started but is incorrect */
|
/* Magic-word sequence was started but is incorrect */
|
||||||
if (settings.oldstyle || game.seenbigwords)
|
if (settings.oldstyle || game.seenbigwords)
|
||||||
rspeak(START_OVER);
|
rspeak(START_OVER);
|
||||||
else
|
else
|
||||||
|
|
|
@ -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 <esr@thyrsus.com>
|
# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
|
||||||
# SPDX-License-Identifier: BSD-2-Clause
|
# 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
|
# 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
|
# as a red herring for the player and is handled differently in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue