SecurityPkg: Fix spelling mistake for occurred

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361

Cc: Qi Zhang <qi1.zhang@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
Michael D Kinney 2020-07-31 17:52:05 -07:00 committed by mergify[bot]
parent 60835c96cd
commit 53b40c9c6d
1 changed files with 1 additions and 1 deletions

View File

@ -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;