From a0a03b51548e6fc7524b5aa9f8042cbabce6da1c Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Tue, 19 Jul 2022 22:27:10 +0800 Subject: [PATCH] BaseTools/GenSec: Fix typo Fix typo in the help message. Signed-off-by: Konstantin Aladyshev Reviewed-by: Bob Feng --- 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 b1d05367ec..35a1ac64ea 100644 --- a/BaseTools/Source/C/GenSec/GenSec.c +++ b/BaseTools/Source/C/GenSec/GenSec.c @@ -191,7 +191,7 @@ Returns: as 0, tool get alignment value from SectionFile. It is\n\ specified in same order that the section file is input.\n"); fprintf (stdout, " --dummy dummyfile\n\ - compare dummpyfile with input_file to decide whether\n\ + compare dummyfile with input_file to decide whether\n\ need to set PROCESSING_REQUIRED attribute.\n"); fprintf (stdout, " -v, --verbose Turn on verbose output with informational messages.\n"); fprintf (stdout, " -q, --quiet Disable all messages except key message and fatal error\n");