diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 79bf5e77f..b91c885a2 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -694,7 +694,7 @@ | https://github.com/knative/client/pull/401[#401] | 🐛 -| Add enviroment variables in alphabetical order for service create/update +| Add environment variables in alphabetical order for service create/update | https://github.com/knative/client/pull/389[#389] | 🐛 diff --git a/hack/build.sh b/hack/build.sh index a67b3f2a1..8aa1be8fd 100755 --- a/hack/build.sh +++ b/hack/build.sh @@ -298,7 +298,7 @@ apply_emoji_fixes() { if [ -n "${ITERM_PROFILE:-}" ]; then S=" " # This issue has been fixed with iTerm2 3.3.7, so let's check for this - # We can remove this code alltogether if iTerm2 3.3.7 is in common usage everywhere + # We can remove this code altogether if iTerm2 3.3.7 is in common usage everywhere if [ -n "${TERM_PROGRAM_VERSION}" ]; then args=$(echo $TERM_PROGRAM_VERSION | sed -e 's#[^0-9]*\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)\([0-9A-Za-z-]*\)#\1 \2 \3#') expanded=$(printf '%03d%03d%03d' $args)