You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/08/24 18:06:46 UTC

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

Author: cmpilato
Date: Wed Aug 24 16:06:45 2011
New Revision: 1161185

URL: http://svn.apache.org/viewvc?rev=1161185&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__cmd_table): Typo fix in the 'svn relocate' usage string.

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=1161185&r1=1161184&r2=1161185&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Wed Aug 24 16:06:45 2011
@@ -1147,7 +1147,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "       2. relocate TO-URL [PATH]\n"
      "\n"
      "  Rewrite working copy URL metadata to reflect a syntactic change only.\n"
-     "  This is used when repository's root URL changes (such as a scheme\n"
+     "  This is used when a repository's root URL changes (such as a scheme\n"
      "  or hostname change) but your working copy still reflects the same\n"
      "  directory within the same repository.\n"
      "\n"