1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 03:33:00 +00:00

fixed some text errors

This commit is contained in:
Zeno Rogue
2019-09-13 18:13:39 +02:00
parent e5ac34e211
commit 4d2a65c276
7 changed files with 7 additions and 7 deletions

View File

@@ -2001,7 +2001,7 @@ EX void resetConfigMenu() {
popScreen();
}
else if(uni == 'y') {
printf("reseting config\n");
printf("resetting config\n");
resetConfig();
printf("config reset\n");
popScreen();