diff --git a/Scripts/Bash/Functions/Locale/locale_prepareWorkingDirectory.sh b/Scripts/Bash/Functions/Locale/locale_prepareWorkingDirectory.sh index 78b8132..0233b4d 100755 --- a/Scripts/Bash/Functions/Locale/locale_prepareWorkingDirectory.sh +++ b/Scripts/Bash/Functions/Locale/locale_prepareWorkingDirectory.sh @@ -38,7 +38,7 @@ function locale_prepareWorkingDirectory { # Commit changes from working copy to central repository only. # At this point, changes in the repository are not merged in # the working copy, but chages in the working copy do are - # committed up to repository. + # committed up to central repository. ${CLI_NAME} svn --commit "${L10N_BASEDIR}" elif [[ $L10N_WORKDIR == '' ]];then