diff --git a/Scripts/Bash/Functions/Tuneup/tuneup.sh b/Scripts/Bash/Functions/Tuneup/tuneup.sh
index e9a9ac5..8d648d0 100755
--- a/Scripts/Bash/Functions/Tuneup/tuneup.sh
+++ b/Scripts/Bash/Functions/Tuneup/tuneup.sh
@@ -69,7 +69,7 @@ function tuneup {
         # this point, changes in the repository are merged in the
         # working copy and changes in the working copy committed up to
         # repository.
-        cli_syncronizeRepoChanges ${ACTIONVAL}
+        cli_synchronizeRepoChanges ${ACTIONVAL}
 
         # Execute action name.
         ${ACTIONNAM}
@@ -78,7 +78,7 @@ function tuneup {
         # this point, changes in the repository are merged in the
         # working copy and changes in the working copy committed up to
         # repository.
-        cli_syncronizeRepoChanges ${ACTIONVAL}
+        cli_synchronizeRepoChanges ${ACTIONVAL}
 
     done