]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
SecurityPkg: SecureBootConfigDxe: Fix string typo
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigImpl.c
index aafb3b374ade7b591745bd42ee3cfb99dd76f3a3..e0f934bbb410e1a8ea48aad1ec6c6b044e0c5f9b 100644 (file)
@@ -3463,7 +3463,7 @@ SecureBootCallback (
       mIsEnterSecureBootForm = TRUE;\r
     } else if (QuestionId == KEY_TRANS_SECURE_BOOT_MODE){\r
       //\r
-      // Secure Boot Policy variable changes after tranistion. Re-sync CurSecureBootMode\r
+      // Secure Boot Policy variable changes after transition. Re-sync CurSecureBootMode\r
       //\r
       ExtractSecureBootModeFromVariable(&IfrNvData->CurSecureBootMode);\r
       mIsSelectedSecureBootModeForm = TRUE;\r
@@ -3752,7 +3752,7 @@ SecureBootCallback (
         CreatePopUp (\r
           EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE,\r
           &Key,\r
-          L"Secure boot mode tranistion requires PK change",\r
+          L"Secure boot mode transition requires PK change",\r
           L"Please go to link below to update PK",\r
           NULL\r
           );\r
@@ -3763,7 +3763,7 @@ SecureBootCallback (
 \r
       Status = SecureBootModeTransition(IfrNvData->CurSecureBootMode, Value->u8);\r
       //\r
-      // Secure Boot Policy variable may change after tranistion. Re-sync CurSecureBootMode\r
+      // Secure Boot Policy variable may change after transition. Re-sync CurSecureBootMode\r
       //\r
       ExtractSecureBootModeFromVariable(&CurSecureBootMode);\r
       if (IfrNvData->CurSecureBootMode != CurSecureBootMode) {\r