Address Gitlab isse #62: Comment typos.

This commit is contained in:
Eric S. Raymond 2023-03-01 13:04:53 -05:00
parent 3f34adad3b
commit 94e7cc6505
5 changed files with 14 additions and 14 deletions

View file

@ -143,8 +143,8 @@ int restore(FILE* fp)
bool is_valid(struct game_t valgame)
{
/* Save files can be roughly grouped into three groups:
* With valid, reaceable state, with valid, but unreachable
* state and with invaild state. We check that state is
* With valid, reacheable state, with valid, but unreachable
* state and with invalid state. We check that state is
* valid: no states are outside minimal or maximal value
*/