From 53b40c9c6d108e8c0e1500a288638623fee92bca Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Fri, 31 Jul 2020 17:52:05 -0700 Subject: SecurityPkg: Fix spelling mistake for occurred REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Qi Zhang Cc: Rahul Kumar Signed-off-by: Michael D Kinney Reviewed-by: Guomin Jiang Reviewed-by: Maciej Rabeda Reviewed-by: Jian J Wang --- SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SecurityPkg') diff --git a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c index 36b87e16d5..b08fe24e85 100644 --- a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c +++ b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c @@ -1465,7 +1465,7 @@ IsAllowedByDb ( // // Fetch 'dbx' content. If 'dbx' doesn't exist, continue to check 'db'. - // If any other errors occured, no need to check 'db' but just return + // If any other errors occurred, no need to check 'db' but just return // not-allowed-by-db (FALSE) to avoid bypass. // DbxDataSize = 0; -- cgit v1.2.3