From dc0b4d07d48b78541701c5939ada74c31304c200 Mon Sep 17 00:00:00 2001 From: topscoder <86197446+topscoder@users.noreply.github.com> Date: Wed, 18 Aug 2021 20:52:11 +0200 Subject: [PATCH] Fix typo Reseting -> Resetting --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index a85bd3104..feb0241f8 100755 --- a/setup.sh +++ b/setup.sh @@ -163,7 +163,7 @@ function update() { # Reset Develop or Stable branch function reset() { echo "----------------------------" - echo "Reseting branch and virtual env" + echo "Resetting branch and virtual env" echo "----------------------------" if [ "1" == $(git branch -vv |grep -cE "\* develop|\* stable") ]