From 12da01d0a2208ff885a75a1eb1ec329005e498cf Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 20:42:30 +0000 Subject: Update `Functions/Render/render.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/render.sh b/Scripts/Bash/Functions/Render/render.sh index be377da..3bf714e 100755 --- a/Scripts/Bash/Functions/Render/render.sh +++ b/Scripts/Bash/Functions/Render/render.sh @@ -123,7 +123,7 @@ function render { # 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} @@ -132,7 +132,7 @@ function render { # 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