From b93c35a73ebc8076758645b34232d67c72e96205 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 27 Nov 2014 23:12:11 -0500 Subject: hangman-helper: fix typo in comment --- hangman-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3