From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com []) by mx.groups.io with SMTP id smtpd.web12.2482.1596243901040179151 for ; Fri, 31 Jul 2020 18:05:02 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: michael.d.kinney@intel.com) IronPort-SDR: rOOT6umNQCTPPwB+T4SX1iPjS/QB8gXbUjT5IkJexj+pQaJpvhtN7V4WSBVdrjOLCCwhYpiAdT jrShRAAxQSew== X-IronPort-AV: E=McAfee;i="6000,8403,9699"; a="216330839" X-IronPort-AV: E=Sophos;i="5.75,420,1589266800"; d="scan'208";a="216330839" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2020 18:05:00 -0700 IronPort-SDR: AQEwOGnURwGA5a72l+dY+cozhMVS2chi8tASXWV5ULV8Ax4qOYbn0X04IKy244cuQ/Djyn5+3a YPZYZ6CI9F8g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,420,1589266800"; d="scan'208";a="291426514" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.255.231.158]) by orsmga006.jf.intel.com with ESMTP; 31 Jul 2020 18:05:00 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Qi Zhang , Rahul Kumar Subject: [Patch 5/6] SecurityPkg: Fix spelling mistake for occurred Date: Fri, 31 Jul 2020 18:04:56 -0700 Message-Id: <20200801010457.28776-6-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20200801010457.28776-1-michael.d.kinney@intel.com> References: <20200801010457.28776-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Qi Zhang Cc: Rahul Kumar Signed-off-by: Michael D Kinney --- .../Library/DxeImageVerificationLib/DxeImageVerificationLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.21.0.windows.1