diff options
Diffstat (limited to 'hangman-helper.sh')
-rw-r--r-- | hangman-helper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hangman-helper.sh b/hangman-helper.sh index d6bf0ef..4051a35 100644 --- a/hangman-helper.sh +++ b/hangman-helper.sh @@ -5,7 +5,7 @@ # # Without the `-l` flag, it produces a list of possible completions. # -# Witht the `-l` flag, it produces a list of letters, +# With the `-l` flag, it produces a list of letters, # sorted by the number of times they appear in the normal list word=$1 |