From 809693e0785ea7457a9c17480d98de761eff08ed Mon Sep 17 00:00:00 2001 From: inspurericzhang Date: Thu, 1 Nov 2018 10:39:43 +0800 Subject: [PATCH] [Trivial Fix] modify spelling error of "resource" Although it is spelling mistakes, it affects reading. Change-Id: I8b7d68a33e99b1867e542805853d0061d6f4d47c --- tools/buildlang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildlang.sh b/tools/buildlang.sh index 5bd930f9..b5fe8e5b 100755 --- a/tools/buildlang.sh +++ b/tools/buildlang.sh @@ -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