Rev 2927: Typos found by Rob Weir. in http://people.ubuntu.com/~robertc/baz2.0/commit

Robert Collins robertc at robertcollins.net
Tue Oct 23 08:17:24 BST 2007


At http://people.ubuntu.com/~robertc/baz2.0/commit

------------------------------------------------------------
revno: 2927
revision-id:robertc at robertcollins.net-20071023071720-43qn6f048dvn95ew
parent: robertc at robertcollins.net-20071022224454-mq7ff0qe7evdupb0
committer: Robert Collins <robertc at robertcollins.net>
branch nick: commit
timestamp: Tue 2007-10-23 17:17:20 +1000
message:
  Typos found by Rob Weir.
modified:
  bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
=== modified file 'bzrlib/commit.py'
--- a/bzrlib/commit.py	2007-10-22 22:44:54 +0000
+++ b/bzrlib/commit.py	2007-10-23 07:17:20 +0000
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 
-# The newly committed revisioVn is going to have a shape corresponding
+# The newly committed revision is going to have a shape corresponding
 # to that of the working tree.  Files that are not in the
 # working tree and that were in the predecessor are reported as
 # removed --- this can include files that were either removed from the
@@ -415,7 +415,7 @@
             return
         # TODO: we could simplify this by using self._basis_delta.
 
-        # The inital commit adds a root directory, but this in itself is not
+        # The initial commit adds a root directory, but this in itself is not
         # a worthwhile commit.
         if (self.basis_revid == revision.NULL_REVISION and
             len(self.builder.new_inventory) == 1):



More information about the bazaar-commits mailing list