[Piuparts-commits] rev 64 - trunk

Ana Beatriz Guerrero López ana at alioth.debian.org
Mon Aug 20 07:45:14 UTC 2007


Author: ana
Date: 2007-08-20 07:45:14 +0000 (Mon, 20 Aug 2007)
New Revision: 64

Modified:
   trunk/piuparts.py
Log:
Fix typo


Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2007-08-20 05:52:27 UTC (rev 63)
+++ trunk/piuparts.py	2007-08-20 07:45:14 UTC (rev 64)
@@ -263,7 +263,7 @@
 
 
 def run(command, ignore_errors=False):
-    """Run an external command and die with error message if it failes."""
+    """Run an external command and die with error message if it fails."""
     assert type(command) == type([])
     logging.debug("Starting command: %s" % command)
     env = os.environ.copy()
@@ -761,7 +761,7 @@
             logging.debug("No broken symlinks as far as we can find.")
 	    
     def check_if_cronfiles(self, packages):
-        """Check if a package has cron files under /etc/cron.d and in case positive, 
+        """Check if the packages have cron files under /etc/cron.d and in case positive, 
         it returns the list of files. """
 
         dir = self.relative("var/lib/dpkg/info")




More information about the Piuparts-commits mailing list