]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/PackagingTool/DependencyRules.py
Sync EDKII BaseTools to BaseTools project r2065.
[mirror_edk2.git] / BaseTools / Source / Python / PackagingTool / DependencyRules.py
index 7956c8a2aeba66a77caac89e232759e463ee9ae8..741736e39d8572efc9c1e1d0c597ba53507c545c 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is for installed package information database operations\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -25,7 +25,7 @@ DEPEX_CHECK_PACKAGE_NOT_FOUND, DEPEX_CHECK_DP_NOT_FOUND) = (0, 1, 2, 3)
 \r
 ## IpiDb\r
 #\r
-# This class represents the installed package information databse\r
+# This class represents the installed package information database\r
 # Add/Remove/Get installed distribution package information here.\r
 # \r
 # \r
@@ -57,7 +57,7 @@ class DependencyRules(object):
             return False\r
         \r
 \r
-    ## Check whether a module depex satified by current workspace.\r
+    ## Check whether a module depex satisfied by current workspace.\r
     #\r
     # @param ModuleObj:  \r
     # @param DpObj:\r
@@ -103,7 +103,7 @@ class DependencyRules(object):
         \r
         EdkLogger.verbose("Check package exists in workspace ... DONE!")\r
         \r
-    ## Check whether a package depex satified by current workspace.\r
+    ## Check whether a package depex satisfied by current workspace.\r
     #\r
     # @param ModuleObj:  \r
     # @param DpObj:\r
@@ -135,7 +135,7 @@ class DependencyRules(object):
         \r
         EdkLogger.verbose("Check DP exists in workspace ... DONE!")\r
         \r
-    ## Check whether a DP depex satified by current workspace.\r
+    ## Check whether a DP depex satisfied by current workspace.\r
     #\r
     # @param ModuleObj:  \r
     # @param DpObj:\r
@@ -158,7 +158,7 @@ class DependencyRules(object):
         \r
         return True\r
     \r
-    ## Check whether a DP depex satified by current workspace.\r
+    ## Check whether a DP depex satisfied by current workspace.\r
     #\r
     # @param ModuleObj:  \r
     # @param DpObj:\r