1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-29 04:47:41 +00:00

typo fixes

This commit is contained in:
Zeno Rogue
2020-03-07 23:44:00 +01:00
parent 99c497e86b
commit a0abb831f3
4 changed files with 9 additions and 9 deletions

View File

@@ -575,7 +575,7 @@ EX void select_quotient() {
start_game();
} */
else
addMessage("No quotient spaces avialable in the current tiling.");
addMessage("No quotient spaces available in the current tiling.");
}
}