Skip to content

Commit

Permalink
Merge pull request technomancy#2232 from jeredepp/patch-1
Browse files Browse the repository at this point in the history
Minor text fix
  • Loading branch information
winks authored Jan 11, 2017
2 parents 4874c7b + a74acee commit 12ef873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lein
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 12ef873

Please sign in to comment.