From: Liming Gao Date: Wed, 8 Feb 2017 06:49:21 +0000 (+0800) Subject: EdkCompatibilityPkg: Fix some typos of "according" X-Git-Tag: edk2-stable201903~4665 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=c6de4b9611e260d6147cea073183d9339e9b7c3e;hp=b0206b16177ec1a08a600c404dc6870ddba58e4c;ds=inline 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 --- 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) {