Merge lp:~bac/rvsubmit/typos into lp:rvsubmit

Proposed by Brad Crittenden
Status: Merged
Merged at revision: 20
Proposed branch: lp:~bac/rvsubmit/typos
Merge into: lp:rvsubmit
Diff against target: 21 lines (+2/-2)
1 file modified
rvsubmit.py (+2/-2)
To merge this branch: bzr merge lp:~bac/rvsubmit/typos
Reviewer Review Type Date Requested Status
Aaron Bentley Pending
Review via email: mp+193307@code.launchpad.net

Description of the change

Fixed two small typos in the help messages.

To post a comment you must log in.
Revision history for this message
Aaron Bentley (abentley) wrote :

On 13-10-30 02:49 PM, Brad Crittenden wrote:
> Fixed two small typos in the help messages.

Thanks. Merged.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'rvsubmit.py'
2--- rvsubmit.py 2013-07-10 14:38:41 +0000
3+++ rvsubmit.py 2013-10-30 18:48:59 +0000
4@@ -149,7 +149,7 @@
5 class cmd_rv_submit(commands.Command):
6 __doc__ = """Submit a proposal for merging on Launchpad via Tarmac.
7
8- Use the Launchpad copy of a Reitveldt code review to trigger a landing by
9+ Use the Launchpad copy of a Rietveldt code review to trigger a landing by
10 setting the commit message and marking the proposal "approved".
11
12 The branch or tree containing the local directory is used to find the
13@@ -185,7 +185,7 @@
14 approvers = merger.get_approvers()
15 if not force and len(approvers) == 0:
16 raise bzr_errors.BzrCommandError(
17- 'No approvals. Use --force to overrride.')
18+ 'No approvals. Use --force to override.')
19 if message is None:
20 message = merger.guess_commit_message()
21 message += '\n' + format_approvers(approvers) + '\n'

Subscribers

People subscribed via source and target branches

to all changes: