From be419b0a72fcb8eaabf16ecd882bb2172ea5dccc Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 13 Apr 2019 17:21:28 -0700
Subject: [PATCH] Typos

---
 bin/deploy.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/deploy.sh b/bin/deploy.sh
index d910f43..916e740 100755
--- a/bin/deploy.sh
+++ b/bin/deploy.sh
@@ -39,7 +39,7 @@ if [[ -z "$CI" ]]; then
 fi
 
 if [[ -z "$WP_ORG_USERNAME" ]]; then
-	echo "WordPress.org password not set" 1>&2
+	echo "WordPress.org username not set" 1>&2
 	exit 1
 fi
 
@@ -120,7 +120,7 @@ svn status
 
 # Stop here unless this is a merge into master.
 if [[ -z "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" || "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "master" ]]; then
-	echo "â„šī¸Ž EXITING before commit step as this is the '${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}' branch, not the 'master' branch." 1>&2
+	echo "đ˜…ī¸Ž EXITING before commit step as this is the '${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}' branch, not the 'master' branch." 1>&2
 	exit 0
 fi
 
-- 
GitLab