From 7d35706ed5e355f0aa6088d92d7781cb7cf0859d Mon Sep 17 00:00:00 2001 From: NotWowe Date: Wed, 4 Sep 2019 16:25:28 +1200 Subject: [PATCH] Fixed typographical error --- ook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ook.sh b/ook.sh index 5511990..89e2287 100755 --- a/ook.sh +++ b/ook.sh @@ -11,7 +11,7 @@ encode="" usage() { echo "Usage: $0 ...strings [-n] [-e]" 1>&2; - echo "By defaul strings that looks encoded will be decoded." 1>&2; + echo "By default strings that looks encoded will be decoded." 1>&2; exit 1; }