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 2015/11/17 19:07:11 UTC

svn commit: r1714840 - /subversion/trunk/subversion/include/svn_ra.h

Author: julianfoad
Date: Tue Nov 17 18:07:11 2015
New Revision: 1714840

URL: http://svn.apache.org/viewvc?rev=1714840&view=rev
Log:
* subversion/include/svn_ra.h
  (svn_ra_get_dir2): Correct a typo in the doc string.

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

Modified: subversion/trunk/subversion/include/svn_ra.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=1714840&r1=1714839&r2=1714840&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Tue Nov 17 18:07:11 2015
@@ -1089,7 +1089,7 @@ svn_ra_get_file(svn_ra_session_t *sessio
  * @a path is interpreted relative to the URL in @a session.
  *
  * If @a revision is @c SVN_INVALID_REVNUM (meaning 'head') and
- * @a *fetched_rev is not @c NULL, then this function will set
+ * @a fetched_rev is not @c NULL, then this function will set
  * @a *fetched_rev to the actual revision that was retrieved.  (Some
  * callers want to know, and some don't.)
  *