From a74acee1190711032b0846d8fdf90c6f3e5c2bc2 Mon Sep 17 00:00:00 2001 From: jeredepp Date: Wed, 11 Jan 2017 16:26:49 +0100 Subject: [PATCH] Minor text fix fixed typo "coundn't" to "couldn't" --- bin/lein | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lein b/bin/lein index 6a2e6c0f..2cb44a4f 100755 --- a/bin/lein +++ b/bin/lein @@ -24,7 +24,7 @@ else fi function command_not_found { - >&2 echo "Leiningen coundn't find $1 in your \$PATH ($PATH), which is required." + >&2 echo "Leiningen couldn't find $1 in your \$PATH ($PATH), which is required." exit 1 }