~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Martin
  • Date: 2010-09-28 18:51:47 UTC
  • mto: This revision was merged to the branch mainline in revision 5450.
  • Revision ID: gzlist@googlemail.com-20100928185147-c07zkm6js2kbu0uu
Fix some "its" vs. "it's" spelling confusion in bzrlib code... also, ahem, a name in the NEWS file

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):