Minor text fix

fixed typo "coundn't" to "couldn't"
This commit is contained in:
jeredepp 2017-01-11 16:26:49 +01:00 committed by GitHub
parent 4874c7bf0f
commit a74acee119

View file

@ -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
}