diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-27 23:12:11 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-27 23:12:11 -0500 |
commit | b93c35a73ebc8076758645b34232d67c72e96205 (patch) | |
tree | 82aa1f3cb1ac1ab24674029825db5d20235bc8e2 | |
parent | d563ca33bc010c8d4432aa228626a254d17309eb (diff) |
hangman-helper: fix typo in comment
-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 |