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