diff --git a/Scripts/Bash/Functions/Help/help.sh b/Scripts/Bash/Functions/Help/help.sh index 0160cda..a0f2794 100755 --- a/Scripts/Bash/Functions/Help/help.sh +++ b/Scripts/Bash/Functions/Help/help.sh @@ -191,7 +191,7 @@ function help { # the working copy and changes in the working copy # committed up to repository. if [[ -d ${MANUAL_CHANGED_DIRS} ]];then - cli_syncronizeRepoChanges ${MANUAL_CHANGED_DIRS} + cli_synchronizeRepoChanges ${MANUAL_CHANGED_DIRS} fi # Initialize documentation format functionalities. At @@ -234,6 +234,6 @@ function help { # Syncronize 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. - cli_syncronizeRepoChanges ${MANUAL_CHANGED_DIRS} + cli_synchronizeRepoChanges ${MANUAL_CHANGED_DIRS} }