summaryrefslogtreecommitdiffstats
path: root/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen_spec.py
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2019-07-04 19:43:48 +0800
committerFeng, Bob C <bob.c.feng@intel.com>2019-07-08 08:59:29 +0800
commit2d53d54a5bf5f9ba9379e465f49ac9cdc55035de (patch)
tree86ad5a6b709e94b6e0d8195afa287c9784ed8e4f /BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen_spec.py
parentd031fc07eb83c9d13bff3ebac25da458d5a47917 (diff)
downloadedk2-2d53d54a5bf5f9ba9379e465f49ac9cdc55035de.tar.gz
edk2-2d53d54a5bf5f9ba9379e465f49ac9cdc55035de.tar.bz2
edk2-2d53d54a5bf5f9ba9379e465f49ac9cdc55035de.zip
BaseTools: Fix various typos
Fix various typos in BaseTools. Signed-off-by: Cœur <coeur@gmx.fr> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen_spec.py')
-rw-r--r--BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/doxygengen_spec.py2
1 files changed, 1 insertions, 1 deletions
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
"""