From 623538ff98be113c0f3cc12bcadbdfe5466dc5ca Mon Sep 17 00:00:00 2001 From: Chao Zhang Date: Fri, 15 Jan 2016 05:26:04 +0000 Subject: SecurityPkg: SecureBootConfigDxe: Fix string typo Fix secure boot mode transition string typo. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang Reviewed-by: Qin Long Reviewed-by: Fu Siyuan git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19646 6f19259b-4bc3-4df7-8a09-765794883524 --- .../SecureBootConfigDxe/SecureBootConfigImpl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c') diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c index aafb3b374a..e0f934bbb4 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c @@ -3463,7 +3463,7 @@ SecureBootCallback ( mIsEnterSecureBootForm = TRUE; } else if (QuestionId == KEY_TRANS_SECURE_BOOT_MODE){ // - // Secure Boot Policy variable changes after tranistion. Re-sync CurSecureBootMode + // Secure Boot Policy variable changes after transition. Re-sync CurSecureBootMode // ExtractSecureBootModeFromVariable(&IfrNvData->CurSecureBootMode); mIsSelectedSecureBootModeForm = TRUE; @@ -3752,7 +3752,7 @@ SecureBootCallback ( CreatePopUp ( EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, - L"Secure boot mode tranistion requires PK change", + L"Secure boot mode transition requires PK change", L"Please go to link below to update PK", NULL ); @@ -3763,7 +3763,7 @@ SecureBootCallback ( Status = SecureBootModeTransition(IfrNvData->CurSecureBootMode, Value->u8); // - // Secure Boot Policy variable may change after tranistion. Re-sync CurSecureBootMode + // Secure Boot Policy variable may change after transition. Re-sync CurSecureBootMode // ExtractSecureBootModeFromVariable(&CurSecureBootMode); if (IfrNvData->CurSecureBootMode != CurSecureBootMode) { -- cgit v1.2.3