diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh index 027e01e..203ad35 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh @@ -33,7 +33,7 @@ function texinfo_renameEntryManual { texinfo_deleteEntryManual # Redefine absolute paths to changed directories. This is - # required in order for `cli_commitRepoChanges' to be aware of + # required in order for `svn_commitRepoChanges' to be aware of # manual source and target locations we've just renamed. MANUAL_CHANGED_DIRS="${MANUAL_BASEDIR} $(echo $MANUAL_BASEDIR \ | sed -r "s!${MANUAL_DIRN[${MANUAL_DOCENTRY_ID}]}!${MANUAL_DIRN[((${MANUAL_DOCENTRY_ID} + 1))]}!")"