Fix typos in user-facing strings

This commit is contained in:
Andrew Seidl
2015-01-18 01:32:34 -06:00
parent eeb712d163
commit 6dee1d7fa4
17 changed files with 26 additions and 26 deletions

View File

@@ -90,7 +90,7 @@ if [[ -z "${KUBECTL_PATH:-}" ]]; then
fi
elif [[ ! -x "${KUBECTL_PATH}" ]]; then
{
echo "KUBECTL_PATH enviroment variable set to '${KUBECTL_PATH}', but "
echo "KUBECTL_PATH environment variable set to '${KUBECTL_PATH}', but "
echo "this doesn't seem to be a valid executable."
} >&2
exit 1