You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2012/09/12 21:15:19 UTC

svn commit: r1384091 - /subversion/trunk/subversion/svn/main.c

Author: julianfoad
Date: Wed Sep 12 19:15:18 2012
New Revision: 1384091

URL: http://svn.apache.org/viewvc?rev=1384091&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__cmd_table): Fix a recent typo in the 'svn help merge' text.

Modified:
    subversion/trunk/subversion/svn/main.c

Modified: subversion/trunk/subversion/svn/main.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1384091&r1=1384090&r2=1384091&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Wed Sep 12 19:15:18 2012
@@ -750,7 +750,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
 "       3. merge SOURCE1[@N] SOURCE2[@M] [TARGET_WCPATH]\n"
 "          (the '2-URL' merge)\n"
 "\n"
-"  1. This form, with with one source path and no revision range, is called\n"
+"  1. This form, with one source path and no revision range, is called\n"
 "     an 'automatic' merge:\n"
 "\n"
 "       svn merge SOURCE[@REV] [TARGET_WCPATH]\n"