Skip to content

Commit 5cbede4

Browse files
authored
Merge pull request #11438 from hugueskamba/hk-correct-doxy-spellchecker-error-msg
Correct doxy-spellchecker error message
2 parents 4585232 + 074b379 commit 5cbede4

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)