Rev 6510: (jelmer) Fix a typo: extention -> extension. (Jelmer Vernooij) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/

Patch Queue Manager pqm at pqm.ubuntu.com
Fri Mar 16 14:15:06 UTC 2012


At file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 6510 [merge]
revision-id: pqm at pqm.ubuntu.com-20120316141506-30gdc3wkbgmwkdus
parent: pqm at pqm.ubuntu.com-20120316134656-09uo23ku9v8koj7p
parent: jelmer at samba.org-20120315024248-7nyk2zxc52i1u8gj
committer: Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2012-03-16 14:15:06 +0000
message:
  (jelmer) Fix a typo: extention -> extension. (Jelmer Vernooij)
modified:
  bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
  bzrlib/xml_serializer.py       xml.py-20050309040759-57d51586fdec365d
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py	2012-03-11 15:47:27 +0000
+++ b/bzrlib/builtins.py	2012-03-15 02:42:48 +0000
@@ -1840,7 +1840,7 @@
 
     This makes Bazaar stop tracking changes to the specified files. Bazaar will
     delete them if they can easily be recovered using revert otherwise they
-    will be backed up (adding an extention of the form .~#~). If no options or
+    will be backed up (adding an extension of the form .~#~). If no options or
     parameters are given Bazaar will scan for files that are being tracked by
     Bazaar but missing in your tree and stop tracking them for you.
     """

=== modified file 'bzrlib/xml_serializer.py'
--- a/bzrlib/xml_serializer.py	2012-01-27 16:27:09 +0000
+++ b/bzrlib/xml_serializer.py	2012-03-15 02:42:48 +0000
@@ -30,7 +30,7 @@
     import xml.etree.cElementTree as elementtree
     ParseError = getattr(elementtree, "ParseError", SyntaxError)
 except ImportError:
-    # Fall back to pure python implementation if C extention is unavailable
+    # Fall back to pure python implementation if C extension is unavailable
     import xml.etree.ElementTree as elementtree
     try:
         from xml.etree.ElementTree import ParseError




More information about the bazaar-commits mailing list