[Treepkg-commits] r326 - trunk/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 1 19:36:33 CEST 2010


Author: bh
Date: 2010-06-01 19:36:32 +0200 (Tue, 01 Jun 2010)
New Revision: 326

Modified:
   trunk/treepkg/packager.py
Log:
Fix typos in doc-strings.


Modified: trunk/treepkg/packager.py
===================================================================
--- trunk/treepkg/packager.py	2010-06-01 15:11:30 UTC (rev 325)
+++ trunk/treepkg/packager.py	2010-06-01 17:36:32 UTC (rev 326)
@@ -261,7 +261,7 @@
         self.status.binary_package_created()
 
     def sign_package(self):
-        """Signs the .changes file created buy the instance"""
+        """Signs the .changes file created by the instance"""
         dirs = util.listdir_abs(self.binary_dir, "*.changes")
         if not dirs:
             raise RuntimeError("Cannot find changes File in %r" % self.binary_dir)
@@ -532,7 +532,7 @@
     def package_if_updated(self, revision=None, do_svn_update=True):
         """Returns a new packager if the working copy has not been packaged yet.
         If do_svn_update is true -- the default -- update the working
-        copy to the the revision specified with the revision parameter
+        copy to the revision specified with the revision parameter
         or if revision is None, the latest revision in the repository."""
         if not self.do_build:
             return None



More information about the Treepkg-commits mailing list