]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: SecureBootConfigDxe: Fix string typo
authorChao Zhang <chao.b.zhang@intel.com>
Fri, 15 Jan 2016 05:26:04 +0000 (05:26 +0000)
committerczhang46 <czhang46@Edk2>
Fri, 15 Jan 2016 05:26:04 +0000 (05:26 +0000)
Fix secure boot mode transition string typo.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Qin Long <qin.long@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19646 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigStrings.uni

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
index 500108abe6d6832e1c74ece0d11df9b52eb97096..eedd8b52ddc9bcc0415272a9338a052ce4ad2887 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   String definitions for Secure Boot Configuration form.\r
 \r
-Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -112,7 +112,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #string STR_CERT_TYPE_X509_SHA384_GUID            #language en-US "X509_SHA384_GUID"\r
 #string STR_CERT_TYPE_X509_SHA512_GUID            #language en-US "X509_SHA512_GUID"\r
 \r
-#string STR_TRANS_SECURE_BOOT_MODE_PROMPT         #language en-US "Secure Boot Mode Tranistion"\r
+#string STR_TRANS_SECURE_BOOT_MODE_PROMPT         #language en-US "Secure Boot Mode Transition"\r
 #string STR_TRANS_SECURE_BOOT_MODE_HELP           #language en-US "Secure Boot Mode Transition: SetupMode/UserMode/AuditMode/DeployedMode"\r
 \r
 #string STR_USER_MODE                   #language en-US "User Mode"\r