Documerntation and comment polishing.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 28 Feb 2023 22:05:37 +0000 (17:05 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 28 Feb 2023 22:05:37 +0000 (17:05 -0500)
main.c
notes.adoc

diff --git a/main.c b/main.c
index b3a8f95fd0fc02a75ce31844423f2df4493c273e..f74bd8f2194f33cfc505dd1a32a44bea9eb8ab1a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1313,7 +1313,7 @@ static bool do_command()
                 default: // LCOV_EXCL_LINE
                     BUG(ACTION_RETURNED_PHASE_CODE_BEYOND_END_OF_SWITCH); // LCOV_EXCL_LINE
                 }
-            } /* while command has nob been fully processed */
+            } /* while command has not been fully processed */
         } /* while command is not yet given */
     } /* while command is not executed */
 
index f2359bd065e6a88b98e4849a79909142bd4d4227..68ea03dc5ec2204c86ae50f8ea6c1370383eca82 100644 (file)
@@ -68,8 +68,12 @@ Bug fixes:
 * Under odd circumstances (dropping rug or vase outdoors) the game could
   say "floor" when it should say "ground" (or "dirt", or something).
 
-* Bird starts uncaged in the endgame. This is an accidental change
-  that doesn't seem worth the effort to fix.
+Bugs (accidental changes that don't seem worth the effort to fix):
+
+* Commands that are not moves (e.g. "look" and "inven") can be used
+  during fee fie fo foo without breaking recognition of the sequence.
+
+* Bird starts uncaged in the endgame.
 
 Enhancements: