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 2011/01/04 15:46:34 UTC

svn commit: r1055066 - /subversion/trunk/subversion/include/svn_client.h

Author: julianfoad
Date: Tue Jan  4 14:46:34 2011
New Revision: 1055066

URL: http://svn.apache.org/viewvc?rev=1055066&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_switch2): Fix the letter case of a parameter in the doc string.
  A follow-up to r1054660. Found by Doxygen.

Modified:
    subversion/trunk/subversion/include/svn_client.h

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1055066&r1=1055065&r2=1055066&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Tue Jan  4 14:46:34 2011
@@ -1302,7 +1302,7 @@ svn_client_update(svn_revnum_t *result_r
  *                          the working copy was actually switched.
  * @param[in] path      The directory to be switched.  This need not be the
  *              root of a working copy.
- * @param[in] URL       The repository URL to switch to.
+ * @param[in] url       The repository URL to switch to.
  * @param[in] peg_revision  The peg revision.
  * @param[in] revision  The operative revision.
  * @param[in] depth     The depth of the operation.  If #svn_depth_infinity,