From 62e6e41b869a098041f2af7c0a52bd8af1e79df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B-Alex=20Oprea?= Date: Thu, 19 Apr 2018 12:43:30 +0200 Subject: [PATCH] iop: update_package: fix typos --- iop/scripts/update_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iop/scripts/update_package.sh b/iop/scripts/update_package.sh index 590e0ab69..426fdb5d1 100755 --- a/iop/scripts/update_package.sh +++ b/iop/scripts/update_package.sh @@ -41,7 +41,7 @@ update_this_pkg() echo " to get an up to date version in ${PKG_BUILD_DIR}/.git_update" echo "" - echo -n " Shold we continue with the update anyway? [y/N]:" + echo -n " Should we continue with the update anyway? [y/N]:" read answer echo "" @@ -184,7 +184,7 @@ branch_uptodate() else echo "Diverged. not sure what you did but there is no tracking branch. " echo "repo at [ $1 ]. fix it so that there is a tracking branch remote." - echo "Often this is related to sombody having commited to the same branch" + echo "Often this is related to somebody having commited to the same branch" echo "on the server so a simple push wont work, try a 'git rebase'." exit 99 fi