From c6de4b9611e260d6147cea073183d9339e9b7c3e Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 8 Feb 2017 14:49:21 +0800 Subject: [PATCH] EdkCompatibilityPkg: Fix some typos of "according" Cc: Feng Tian Cc: Star Zeng Cc: Siyuan Fu Cc: Jiaxin Wu Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Rebecca Cran Reviewed-by: Liming Gao Reviewed-by: Star Zeng Reviewed-by: Feng Tian Reviewed-by: He Junjie Reviewed-by: Fu Siyuan Reviewed-by: Wu Jiaxin --- .../Sample/Tools/Source/UefiStrGather/StrGather.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.c b/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.c index 535a265046..e71b5e4e7d 100644 --- a/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.c +++ b/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.c @@ -854,7 +854,7 @@ GetLangCode ( } // - // Convert the language accoring to the table. + // Convert the language according to the table. // for (Index = 0; LanguageConvertTable[Index].ISO639 != NULL; Index++) { if (wcscmp(LanguageConvertTable[Index].ISO639, Lang) == 0) { -- 2.39.2