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