[Trivial Fix] modify spelling error of "resource"

Although it is spelling mistakes, it affects reading.

Change-Id: I35cf90a8b7eeeabb39e38761cdd0a3271bfc8098
This commit is contained in:
inspurericzhang 2018-11-01 10:53:50 +08:00
parent 0177fe371d
commit 65f5630789
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ fi
# Ensure to revert any changes to the index file.
add_language_index_to_localized
# 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