From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web11.2735.1596245107722494565 for ; Fri, 31 Jul 2020 18:25:07 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: michael.d.kinney@intel.com) IronPort-SDR: Iw1hl/oc8ytfoHe5LFaFAKe5Ja50+1wfnBe43R0JTLuIBFFd+nqCto8YeN0C5gXTtaDqDiECF+ cULoQJpLFTTA== X-IronPort-AV: E=McAfee;i="6000,8403,9699"; a="139457565" X-IronPort-AV: E=Sophos;i="5.75,420,1589266800"; d="scan'208";a="139457565" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2020 18:25:06 -0700 IronPort-SDR: LkLgMqaz65lOLLPTI3Bxe6bD0VTnf6n0h0RgOOYLJNWvo+l1ls8F+RVPUO38r+X0HiKwuFfynW lIHlHonKRxdA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,420,1589266800"; d="scan'208";a="435608794" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.255.231.158]) by orsmga004.jf.intel.com with ESMTP; 31 Jul 2020 18:25:06 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao Subject: [Patch] BaseTools/GenSec: Fix spelling mistake Date: Fri, 31 Jul 2020 18:25:05 -0700 Message-Id: <20200801012505.38996-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2345 Cc: Bob Feng Cc: Liming Gao Signed-off-by: Michael D Kinney --- BaseTools/Source/C/GenSec/GenSec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Source/C/GenSec/GenSec.c b/BaseTools/Source/C/GenSec/GenSec.c index a0d6293ee1..d54a4f9e0a 100644 --- a/BaseTools/Source/C/GenSec/GenSec.c +++ b/BaseTools/Source/C/GenSec/GenSec.c @@ -177,7 +177,7 @@ Returns: fprintf (stdout, " -l GuidHeaderLength, --HeaderLength GuidHeaderLength\n\ GuidHeaderLength is the size of header of guided data\n"); fprintf (stdout, " -r GuidAttr, --attributes GuidAttr\n\ - GuidAttr is guid section atttributes, which may be\n\ + GuidAttr is guid section attributes, which may be\n\ PROCESSING_REQUIRED, AUTH_STATUS_VALID and NONE. \n\ if -r option is not given, default PROCESSING_REQUIRED\n"); fprintf (stdout, " -n String, --name String\n\ -- 2.21.0.windows.1