Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Judro committed Feb 12, 2024
1 parent b4d4f9d commit 32bb187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void print_help() {
printw("- Place flag: <f>\n");
printw("- Open tile: <s>\n");
printw("- Quit: <q>\n");
printw("- Emphazise importen cells: <e>\n");
printw("- Emphazise important cells: <e>\n");
for (;;) {
char ch = getch();
if (ch == 'q')
Expand Down

0 comments on commit 32bb187

Please sign in to comment.