This commit is contained in:
James Allenspach
2022-01-07 21:51:56 -06:00
parent ab2b9d0c34
commit 4d66d18e71

View File

@@ -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);
}