From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.16357.1664783263089645486 for ; Mon, 03 Oct 2022 00:47:43 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 83F6F1E8D; Mon, 3 Oct 2022 00:47:49 -0700 (PDT) Received: from pierre123.home (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A7F183F792; Mon, 3 Oct 2022 00:47:41 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Pierre Gondois Subject: [PATCH 2/2] BaseTools: Remove duplicated words in Python tools Date: Mon, 3 Oct 2022 09:47:32 +0200 Message-Id: <20221003074732.2944706-3-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221003074732.2944706-1-Pierre.Gondois@arm.com> References: <20221003074732.2944706-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois In an effort to clean the documentation of the above package, remove duplicated words. Cc: Bob Feng Cc: Liming Gao Reviewed-by: Bob Feng Signed-off-by: Pierre Gondois --- BaseTools/Source/Python/Ecc/EccToolError.py | 2 +- BaseTools/Source/Python/build/build.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseTools/Source/Python/Ecc/EccToolError.py b/BaseTools/Sour= ce/Python/Ecc/EccToolError.py index d97bf7948ce8..2ff36c8329cc 100644 --- a/BaseTools/Source/Python/Ecc/EccToolError.py +++ b/BaseTools/Source/Python/Ecc/EccToolError.py @@ -186,7 +186,7 @@ gEccErrorMessage =3D { ERROR_META_DATA_FILE_CHECK_BINARY_INF_IN_FDF : "An INF file is speci= fied in the FDF file, but not in the DSC file, therefore the INF file mus= t be for a Binary module only", ERROR_META_DATA_FILE_CHECK_PCD_DUPLICATE : "Duplicate PCDs found", ERROR_META_DATA_FILE_CHECK_PCD_FLASH : "PCD settings in the FDF file= should only be related to flash", - ERROR_META_DATA_FILE_CHECK_PCD_NO_USE : "There should be no PCDs dec= lared in INF files that are not specified in in either a DSC or FDF file"= , + ERROR_META_DATA_FILE_CHECK_PCD_NO_USE : "There should be no PCDs dec= lared in INF files that are not specified in either a DSC or FDF file", ERROR_META_DATA_FILE_CHECK_DUPLICATE_GUID : "Duplicate GUID found", ERROR_META_DATA_FILE_CHECK_DUPLICATE_PROTOCOL : "Duplicate PROTOCOL = found", ERROR_META_DATA_FILE_CHECK_DUPLICATE_PPI : "Duplicate PPI found", diff --git a/BaseTools/Source/Python/build/build.py b/BaseTools/Source/Py= thon/build/build.py index 07187c03618a..51fb1f433eb7 100755 --- a/BaseTools/Source/Python/build/build.py +++ b/BaseTools/Source/Python/build/build.py @@ -205,7 +205,7 @@ class MakeSubProc(Popen): # # This method will call subprocess.Popen to execute an external program = with # given options in specified directory. Because of the dead-lock issue d= uring -# redirecting output of the external program, threads are used to to do = the +# redirecting output of the external program, threads are used to do the # redirection work. # # @param Command A list or string containing the call of = the program --=20 2.25.1