You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/01/04 22:47:08 UTC

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

Author: breser
Date: Fri Jan  4 21:47:08 2013
New Revision: 1429144

URL: http://svn.apache.org/viewvc?rev=1429144&view=rev
Log:
* subversion/includes/svn_repos.h:
  (svn_repos_authz_read): Fix a documentation error.

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=1429144&r1=1429143&r2=1429144&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Fri Jan  4 21:47:08 2013
@@ -3169,7 +3169,7 @@ svn_repos_authz_read(svn_authz_t **authz
  * allocated in @a pool.
  *
  * If @a path is not a valid authz rule file, then return 
- * SVN_AUTHZ_INVALID_CONFIG.  The contents of @a *authz_p is then
+ * #SVN_ERR_AUTHZ_INVALID_CONFIG.  The contents of @a *authz_p is then
  * undefined.  If @a must_exist is TRUE, a missing authz file is also
  * an error.
  *