From a980b10a177cae5baa60f429fda2849e5dc6be91 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 20:42:31 +0000 Subject: Update `Functions/Tuneup/tuneup.sh' file. --- 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