Merge lp:~naesten/bzr/2011-02-27-typo-fix into lp:bzr

Proposed by Samuel Bronson
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merged at revision: 6461
Proposed branch: lp:~naesten/bzr/2011-02-27-typo-fix
Merge into: lp:bzr
Diff against target: 11 lines (+1/-1)
1 file modified
bzrlib/tests/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~naesten/bzr/2011-02-27-typo-fix
Reviewer Review Type Date Requested Status
Jelmer Vernooij (community) Approve
Review via email: mp+91354@code.launchpad.net

Commit message

Fix a typo in tests docstring.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

sent to pqm by email

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzrlib/tests/__init__.py'
2--- bzrlib/tests/__init__.py 2012-01-27 13:33:53 +0000
3+++ bzrlib/tests/__init__.py 2012-02-02 21:35:28 +0000
4@@ -247,7 +247,7 @@
5 different types of display.
6
7 When a test finishes, in whatever way, it calls one of the addSuccess,
8- addFailure or addError classes. These in turn may redirect to a more
9+ addFailure or addError methods. These in turn may redirect to a more
10 specific case for the special test results supported by our extended
11 tests.
12