[Trivial Fix] modify spelling error of "resource"
Although it is spelling mistakes, it affects reading. Change-Id: I8b7d68a33e99b1867e542805853d0061d6f4d47c
This commit is contained in:
parent
333d255a32
commit
809693e078
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user