mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-04 17:17:59 -08:00
typo
This commit is contained in:
@@ -72,7 +72,7 @@ PLAY: while (1) {
|
||||
} # tries loop
|
||||
|
||||
# No more guesses
|
||||
printf("Sorry, that's %d gueses.\n", $TRIES);
|
||||
printf("Sorry, that's %d guesses.\n", $TRIES);
|
||||
printf("The Hurkle is at %d, %d\n", $H1, $H2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user