Skip to content

Commit 074b379

Browse files
committed
Correct doxy-spellchecker error message
1 parent d8c2c6f commit 074b379

File tree

1 file changed

+1
-1
lines changed
  • tools/test/travis-ci/doxy-spellchecker

1 file changed

+1
-1
lines changed

tools/test/travis-ci/doxy-spellchecker/spell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ echo "Total Errors Found: ${ERRORS}"
121121

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

0 commit comments

Comments
 (0)