From dd2552ba12279cc3809ff55f042c2fccdc3f6bf9 Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Mon, 1 Apr 2019 18:26:33 +0800 Subject: [PATCH] init.sh: fix typo --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index c9199b9..2b68910 100644 --- a/init.sh +++ b/init.sh @@ -35,8 +35,8 @@ case $input in git commit -am "$version initialized"$'\n\n'"$log" echo "Initialization finishes!" - echo "By default this script will add enviornment variables into ~/.bashrc." - echo "If you use shell other than bash, please add these enviornment variables manually." + echo "By default this script will add environment variables into ~/.bashrc." + echo "If you use shell other than bash, please add these environment variables manually." ;; [nN])