You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/05/14 13:46:56 UTC

svn commit: r944211 - /subversion/trunk/subversion/libsvn_wc/deprecated.c

Author: philip
Date: Fri May 14 11:46:56 2010
New Revision: 944211

URL: http://svn.apache.org/viewvc?rev=944211&view=rev
Log:
* subversion/libsvn_wc/deprecated.c
  (svn_wc__entry_versioned_internal): Fix comment typo.

Modified:
    subversion/trunk/subversion/libsvn_wc/deprecated.c

Modified: subversion/trunk/subversion/libsvn_wc/deprecated.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/deprecated.c?rev=944211&r1=944210&r2=944211&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/deprecated.c (original)
+++ subversion/trunk/subversion/libsvn_wc/deprecated.c Fri May 14 11:46:56 2010
@@ -3813,7 +3813,7 @@ svn_wc_process_committed_queue(svn_wc_co
    Keeping this name is sufficient for the 1.6 libsvn_client to link
    against the 1.7 libraries.  This is only needed for pre-release
    testing, it's not needed when all the Subversion libraries are
-   upgraded together together. */
+   upgraded together. */
 svn_error_t *
 svn_wc__entry_versioned_internal(const svn_wc_entry_t **entry,
                                  const char *path,