]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Scripts/UpdateBuildVersions.py
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Scripts / UpdateBuildVersions.py
index 269435bfa4cba59cfcb8b63f66bd4a58d7bf7ae5..5a583db6c06e5da611429dfe18afbbd6df21ff79 100755 (executable)
@@ -4,7 +4,7 @@
 # This script will modife the C/Include/Common/BuildVersion.h file and the two\r
 # Python scripts, Python/Common/BuildVersion.py and Python/UPT/BuildVersion.py.\r
 # If SVN is available, the tool will obtain the current checked out version of\r
-# the source tree for including the the --version commands.\r
+# the source tree for including the --version commands.\r
 \r
 #  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
@@ -73,7 +73,7 @@ def ParseOptions():
 \r
 \r
 def ShellCommandResults(CmdLine, Opt):\r
-    """ Execute the comand, returning the output content """\r
+    """ Execute the command, returning the output content """\r
     file_list = NamedTemporaryFile(delete=False)\r
     filename = file_list.name\r
     Results = []\r