From 2d53d54a5bf5f9ba9379e465f49ac9cdc55035de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Thu, 4 Jul 2019 19:43:48 +0800 Subject: BaseTools: Fix various typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix various typos in BaseTools. Signed-off-by: Cœur Reviewed-by: Bob Feng --- .../PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen.py | 2 +- .../plugins/EdkPlugins/edk2/model/doxygengen_spec.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'BaseTools/Scripts') diff --git a/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen.py b/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen.py index d0274d6afd..89833043c6 100644 --- a/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen.py +++ b/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen.py @@ -792,7 +792,7 @@ class PackageDocumentAction(DoxygenAction): Generate page for a module/library. @param infObj INF file object for module/library @param configFile doxygen config file object - @param isLib Whether this module is libary + @param isLib Whether this module is library @param module doxygen page object """ diff --git a/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen_spec.py b/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen_spec.py index 3ba4eed55e..e37938c466 100644 --- a/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen_spec.py +++ b/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen_spec.py @@ -793,7 +793,7 @@ class PackageDocumentAction(DoxygenAction): Generate page for a module/library. @param infObj INF file object for module/library @param configFile doxygen config file object - @param isLib Whether this module is libary + @param isLib Whether this module is library @param module doxygen page object """ -- cgit v1.2.3