From 074b379439a8884649046806a59635748eba686b Mon Sep 17 00:00:00 2001 From: Hugues Kamba Date: Sat, 7 Sep 2019 21:00:21 +0100 Subject: [PATCH] Correct doxy-spellchecker error message --- tools/test/travis-ci/doxy-spellchecker/spell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/travis-ci/doxy-spellchecker/spell.sh b/tools/test/travis-ci/doxy-spellchecker/spell.sh index 9574e69eb6..1e4931cbc4 100755 --- a/tools/test/travis-ci/doxy-spellchecker/spell.sh +++ b/tools/test/travis-ci/doxy-spellchecker/spell.sh @@ -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