[Trivial Fix] modify spelling error of "resource"

Although it is spelling mistakes, it affects reading.

Change-Id: I8b7d68a33e99b1867e542805853d0061d6f4d47c
This commit is contained in:
inspurericzhang 2018-11-01 10:39:43 +08:00
parent 333d255a32
commit 809693e078
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ sphinx-build -j $NUMBER_OF_CORES -b gettext ${DIRECTORY}/source/slides \
sphinx-build -j $NUMBER_OF_CORES -b gettext ${DIRECTORY}/source/website \
${DIRECTORY}/source/locale/
# check all language translation resouce
# check all language translation resource
for locale in `find ${DIRECTORY}/source/locale/ -maxdepth 1 -type d` ; do
# skip if it is not a valid language translation resource.
if [ ! -e ${locale}/LC_MESSAGES/${DOCNAME}.po ]; then