Fix spelling error in help text.
BUG=
Review URL: https://chromiumcodereview.appspot.com/25808003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@226611 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/git_cl.py b/git_cl.py
index ce626ef..7a9bff9 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -1859,7 +1859,7 @@
@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',