diff --git a/SATELLITE/set_env.sh b/SATELLITE/set_env.sh index e4d91772a4b26058d1312e5e257f4a4d747dbe7e..cac84e28b3c099f059f4d86d787bc1710df4b94b 100755 --- a/SATELLITE/set_env.sh +++ b/SATELLITE/set_env.sh @@ -151,7 +151,7 @@ fi echo "#######################################################" echo "### SATELLITE PART ###" echo "### END Part a: ###" -echo "### Define a set of costomized bash functions ###" +echo "### Define a set of customized bash functions ###" echo "#######################################################" #################################################################### @@ -159,7 +159,7 @@ echo "#######################################################" echo "#######################################################" echo "### SATELLITE PART ###" echo "### START Part b: ###" -echo "### Define a set of costomized bash functions ###" +echo "### Define a set of customized bash functions ###" echo "#######################################################" if [ $part == 'b' ]; then @@ -309,7 +309,7 @@ fi echo "#######################################################" echo "### SATELLITE PART ###" echo "### END Part b: ###" -echo "### Define a set of costomized bash functions ###" +echo "### Define a set of customized bash functions ###" echo "#######################################################" ################################################################