# HG changeset patch # User Bernhard Herzog # Date 1275413792 0 # Node ID 0bee91b435aba224f64b624de3971a10e4494886 # Parent 2ecdfa0f345a16eba58fe8aa13e51f744c1c1518 Fix typos in doc-strings. diff -r 2ecdfa0f345a -r 0bee91b435ab treepkg/packager.py --- a/treepkg/packager.py Tue Jun 01 15:11:30 2010 +0000 +++ b/treepkg/packager.py Tue Jun 01 17:36:32 2010 +0000 @@ -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