You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by fu...@apache.org on 2020/10/14 06:41:52 UTC

svn commit: r1882474 - /subversion/trunk/subversion/libsvn_subr/cmdline.c

Author: futatuki
Date: Wed Oct 14 06:41:52 2020
New Revision: 1882474

URL: http://svn.apache.org/viewvc?rev=1882474&view=rev
Log:
Fix duplicated phrase in a sentence in a comment.

Obvious fix.

*subversion/libsvn_subr/cmdline.c ():
 Remove one from duplicated phrase "for the" in the comment for
 CMDLINE_USE_CUSTOM_ENCODING macro.

Modified:
    subversion/trunk/subversion/libsvn_subr/cmdline.c

Modified: subversion/trunk/subversion/libsvn_subr/cmdline.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/cmdline.c?rev=1882474&r1=1882473&r2=1882474&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/cmdline.c (original)
+++ subversion/trunk/subversion/libsvn_subr/cmdline.c Wed Oct 14 06:41:52 2020
@@ -79,7 +79,7 @@
 
 #if defined(WIN32) && defined(_MSC_VER) && (_MSC_VER < 1400)
 /* Before Visual Studio 2005, the C runtime didn't handle encodings for the
-   for the stdio output handling. */
+   stdio output handling. */
 #define CMDLINE_USE_CUSTOM_ENCODING
 
 /* The stdin encoding. If null, it's the same as the native encoding. */