~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-29 09:56:23 UTC
  • mfrom: (5448.2.1 trivial_its_spelling)
  • Revision ID: pqm@pqm.ubuntu.com-20100929095623-hbeqc58mblx1or7v
(gz) Correct some use of "it's" and "its" in bzrlib (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
1395
1395
 
1396
1396
class WeaveInvalidChecksum(WeaveError):
1397
1397
 
1398
 
    _fmt = "Text did not match it's checksum: %(msg)s"
 
1398
    _fmt = "Text did not match its checksum: %(msg)s"
1399
1399
 
1400
1400
 
1401
1401
class WeaveTextDiffers(WeaveError):