From a58ce34653b35310e91f06b162205d6e8ec2780f Mon Sep 17 00:00:00 2001 From: Ari Paasonen Date: Mon, 23 Oct 2017 14:56:18 +0300 Subject: [PATCH] Fix typo: coundn't -> couldn't --- bin/lein | 2 +- bin/lein-pkg | 2 +- bin/lein-sdkman | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/lein b/bin/lein index 68a77961..f8fe3877 100755 --- a/bin/lein +++ b/bin/lein @@ -212,7 +212,7 @@ fi if [ ! -x "$JAVA_CMD" ] && ! type -f java >/dev/null then - >&2 echo "Leiningen coundn't find 'java' executable, which is required." + >&2 echo "Leiningen couldn't find 'java' executable, which is required." >&2 echo "Please either set JAVA_CMD or put java (>=1.6) in your \$PATH ($PATH)." exit 1 fi diff --git a/bin/lein-pkg b/bin/lein-pkg index 7283b0d2..6b72071d 100644 --- a/bin/lein-pkg +++ b/bin/lein-pkg @@ -77,7 +77,7 @@ fi export JVM_OPTS="${JVM_OPTS:-"$JAVA_OPTS"}" 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 } diff --git a/bin/lein-sdkman b/bin/lein-sdkman index d514fd59..82c541c3 100755 --- a/bin/lein-sdkman +++ b/bin/lein-sdkman @@ -17,7 +17,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 } @@ -113,7 +113,7 @@ fi if [ ! -x "$JAVA_CMD" ] && ! type -f java >/dev/null then - >&2 echo "Leiningen coundn't find 'java' executable, which is required." + >&2 echo "Leiningen couldn't find 'java' executable, which is required." >&2 echo "Please either set JAVA_CMD or put java (>=1.6) in your \$PATH ($PATH)." exit 1 fi