Correct doxy-spellchecker error message

pull/11438/head
Hugues Kamba 2019-09-07 21:00:21 +01:00
parent d8c2c6f97f
commit 074b379439
1 changed files with 1 additions and 1 deletions

View File

@ -121,6 +121,6 @@ echo "Total Errors Found: ${ERRORS}"
if [ ${ERRORS} -ne 0 ]; then
echo "If any of the failed words should be considered valid please add them to the ignore.en.pws file"\
"found in tools/test/scripts/doxy-spellchecker between the _code_ and _doxy_ tags."
"found in tools/test/travis-ci/doxy-spellchecker between the _code_ and _doxy_ tags."
exit 1
fi