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 2013/01/02 14:37:04 UTC

svn commit: r1427785 - /subversion/trunk/subversion/include/svn_repos.h

Author: julianfoad
Date: Wed Jan  2 13:37:03 2013
New Revision: 1427785

URL: http://svn.apache.org/viewvc?rev=1427785&view=rev
Log:
* subversion/include/svn_repos.h
  (svn_repos_authz_read2): Fix Doxygen mark-up.

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

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1427785&r1=1427784&r2=1427785&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Wed Jan  2 13:37:03 2013
@@ -3173,7 +3173,7 @@ svn_repos_authz_read(svn_authz_t **authz
  * undefined.  If @a must_exist is TRUE, a missing authz file is also
  * an error.
  *
- * If @path is a repos relative URL then @a repos_root must be set to
+ * If @a path is a repos relative URL then @a repos_root must be set to
  * the root of the repository the authz configuration will be used with.
  *
  * @since New in 1.8