X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FSample%2FTools%2FSource%2FUefiStrGather%2FStrGather.c;h=e71b5e4e7d116516a6fb2aae3facb1f33098424c;hp=535a2650469b03496c8902ee5dbad943f35f3c97;hb=c6de4b9611e260d6147cea073183d9339e9b7c3e;hpb=3e99020dbf0a159e34b84e7ae9125f2e368d5390 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) {