| Index: git_cl.py
|
| diff --git a/git_cl.py b/git_cl.py
|
| index ce626ef51fa8a377e80b5f754c70cdb636eb431e..7a9bff92d10e9ff14eb0b16983b0550aa00c939c 100755
|
| --- a/git_cl.py
|
| +++ b/git_cl.py
|
| @@ -1859,7 +1859,7 @@ def CMDpush(parser, args):
|
|
|
| @subcommand.usage('<patch url or issue id>')
|
| def CMDpatch(parser, args):
|
| - """Patchs in a code review."""
|
| + """Patches in a code review."""
|
| parser.add_option('-b', dest='newbranch',
|
| help='create a new branch off trunk for the patch')
|
| parser.add_option('-f', action='store_true', dest='force',
|
|
|