X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=f74bd8f2194f33cfc505dd1a32a44bea9eb8ab1a;hb=89266b7c1addcf6276057ba55249d88df32211a0;hp=b3a8f95fd0fc02a75ce31844423f2df4493c273e;hpb=9a1b4d021e360c48e3fb885a9975077063f8e012;p=open-adventure.git diff --git a/main.c b/main.c index b3a8f95..f74bd8f 100644 --- 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 */