Author: brane
Date: Sun Nov 24 04:17:08 2013
New Revision: 1544908

URL: http://svn.apache.org/r1544908
Log:
* subversion/svnadmin/svnadmin.c (options_table): Follow-up to r1544906:
   Typosuction in documentatino of --check-ucs-normalization.

Modified:
    subversion/trunk/subversion/svnadmin/svnadmin.c

Modified: subversion/trunk/subversion/svnadmin/svnadmin.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svnadmin/svnadmin.c?rev=1544908&r1=1544907&r2=1544908&view=diff
==============================================================================
--- subversion/trunk/subversion/svnadmin/svnadmin.c (original)
+++ subversion/trunk/subversion/svnadmin/svnadmin.c Sun Nov 24 04:17:08 2013
@@ -304,10 +304,11 @@ static const apr_getopt_option_t options
     {"file", 'F', 1, N_("read repository paths from file ARG")},
 
     {"check-ucs-normalization", svnadmin__check_ucs_normalization, 0,
-     N_("report path names that are not normalized to UCS\n"
-        "                             Normalization Form C, and and any names 
within\n"
-        "                             the same directory that differ only in 
character\n"
-        "                             representation, but are otherwise 
identical")},
+     N_("report path names that are not normalized to\n"
+        "                             Unicode Normalization Form C, and any 
names\n"
+        "                             within the same directory that differ 
only in\n"
+        "                             character representation, but are 
otherwise\n"
+        "                             identical")},
 
     {NULL}
   };


Reply via email to