mirror of https://github.com/ARMmbed/mbed-os.git
Correct doxy-spellchecker error message
parent
d8c2c6f97f
commit
074b379439
|
|
@ -121,6 +121,6 @@ echo "Total Errors Found: ${ERRORS}"
|
||||||
|
|
||||||
if [ ${ERRORS} -ne 0 ]; then
|
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"\
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue