From e5e5900f49eaa4bc08ce6daa2988287a29de79cb Mon Sep 17 00:00:00 2001 From: "marq@chromium.org" Date: Wed, 2 Oct 2013 23:21:25 +0000 Subject: [PATCH] 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 --- git_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_cl.py b/git_cl.py index ce626ef51f..7a9bff92d1 100755 --- a/git_cl.py +++ b/git_cl.py @@ -1859,7 +1859,7 @@ def CMDpush(parser, args): @subcommand.usage('') 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',