diff --git a/Scripts/Bash/Functions/Tuneup/tuneup.sh b/Scripts/Bash/Functions/Tuneup/tuneup.sh
index e2296f9..07f96fc 100755
--- a/Scripts/Bash/Functions/Tuneup/tuneup.sh
+++ b/Scripts/Bash/Functions/Tuneup/tuneup.sh
@@ -81,7 +81,7 @@ function tuneup {
         # Execute action name.
         ${ACTIONNAM}
 
-        # Syncronize changes between repository and working copy. At
+        # Synchronize changes between repository and working copy. At
         # this point, changes in the repository are merged in the
         # working copy and changes in the working copy committed up to
         # repository.