From e8e0e042ddf977bedcdc19783cf1de73b0942442 Mon Sep 17 00:00:00 2001 From: Lauri Tuppi Date: Fri, 25 Oct 2024 14:37:21 +0300 Subject: [PATCH] More typos fixed. --- SATELLITE/set_env.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SATELLITE/set_env.sh b/SATELLITE/set_env.sh index e4d91772a..cac84e28b 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 "#######################################################" ################################################################ -- GitLab