From 65f5630789f57f303bae19509dfb97ff9defe35f Mon Sep 17 00:00:00 2001 From: inspurericzhang Date: Thu, 1 Nov 2018 10:53:50 +0800 Subject: [PATCH] [Trivial Fix] modify spelling error of "resource" Although it is spelling mistakes, it affects reading. Change-Id: I35cf90a8b7eeeabb39e38761cdd0a3271bfc8098 --- tools/build-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-docs.sh b/tools/build-docs.sh index bc7d4ed..c43d3d7 100755 --- a/tools/build-docs.sh +++ b/tools/build-docs.sh @@ -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