]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Library/GlobalData.py
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Library / GlobalData.py
index 1ae2417c2fbe3dabc3c1d4a90ff77e1ea9490d95..6b093873dd64e7eec1c73f63d38440bd73c62a8a 100644 (file)
@@ -1,11 +1,11 @@
 ## @file\r
 # This file is used to define common static strings and global data used by UPT\r
 #\r
-# Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available \r
-# under the terms and conditions of the BSD License which accompanies this \r
-# distribution. The full text of the license may be found at \r
+# This program and the accompanying materials are licensed and made available\r
+# under the terms and conditions of the BSD License which accompanies this\r
+# distribution. The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
 #\r
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
@@ -16,7 +16,7 @@ GlobalData
 '''\r
 \r
 #\r
-# The workspace directory \r
+# The workspace directory\r
 #\r
 gWORKSPACE = '.'\r
 gPACKAGE_PATH = None\r
@@ -43,7 +43,7 @@ gINVALID_MODULE_FILE = gUPT_DIR + r"Invalid_Modules.log"
 gCONTENT_FILE = "dist.content"\r
 \r
 #\r
-# File name for XML file in the distibution\r
+# File name for XML file in the distribution\r
 #\r
 gDESC_FILE = 'dist.pkg'\r
 \r