From a39903ba7853657f8d36a1b5dcbe2669cb7c9ca2 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Fri, 25 Sep 2020 07:45:44 -0700 Subject: [PATCH] Run github.com/client9/misspell (#1030) Signed-off-by: Matt Moore (via Sockpuppet) --- CHANGELOG.adoc | 2 +- hack/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)