Skip to content

Commit

Permalink
SecurityPkg: Fix spelling mistake for occurred
Browse files Browse the repository at this point in the history
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361

Cc: Qi Zhang <[email protected]>
Cc: Rahul Kumar <[email protected]>
Signed-off-by: Michael D Kinney <[email protected]>
Reviewed-by: Guomin Jiang <[email protected]>
Reviewed-by: Maciej Rabeda <[email protected]>
Reviewed-by: Jian J Wang <[email protected]>
  • Loading branch information
mdkinney authored and mergify[bot] committed Aug 19, 2020
1 parent 60835c9 commit 53b40c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 53b40c9

Please sign in to comment.