]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/PomAdapter/DecPomAlignment.py
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / Python / UPT / PomAdapter / DecPomAlignment.py
index 5d27d415ea4ffe6f2cca49cd4a64908a5dbc7d78..a7b59d958cd57d69d35daab5c12cdc7631df6f00 100644 (file)
@@ -15,6 +15,7 @@
 '''\r
 DecPomAlignment\r
 '''\r
+from __future__ import print_function\r
 \r
 ##\r
 # Import Modules\r
@@ -412,7 +413,7 @@ class DecPomAlignment(PackageObject):
 \r
         #\r
         # get a non-overlap set of include path, IncludePathList should be\r
-        # sorted, and path should be end with path seperator '\'\r
+        # sorted, and path should be end with path separator '\'\r
         #\r
         NonOverLapList = []\r
         for Path1 in IncludePathList:\r
@@ -423,7 +424,7 @@ class DecPomAlignment(PackageObject):
                 NonOverLapList.append(Path1)\r
         #\r
         # revert the list so the longest path shown first in list, also need\r
-        # to remove the extra path seperator '\'\r
+        # to remove the extra path separator '\'\r
         # as this list is used to search the supported Arch info\r
         #\r
         for IndexN in range (0, len(IncludePathList)):\r