Improve comments.
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index eb8936214e16cbc90c75d665124da1c6e044f870..809574b6c35cc82e02208a05862133463aa26e2b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -255,7 +255,7 @@ static void checkhints(void)
                     game.hintlc[hint] = 0;
                     return;
                 default: // LCOV_EXCL_LINE
-                    // Should never hap[pen
+                    // Should never happen
                     BUG(HINT_NUMBER_EXCEEDS_GOTO_LIST); // LCOV_EXCL_LINE
                 }