Spelling fixes

This commit is contained in:
Torbjörn Andersson 2023-04-01 10:39:21 +02:00
parent e49fb5f367
commit 54927c33e5
9 changed files with 15 additions and 15 deletions

View file

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