You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/02/27 14:50:09 UTC

svn commit: r1572572 - /subversion/trunk/subversion/include/svn_config.h

Author: stsp
Date: Thu Feb 27 13:50:08 2014
New Revision: 1572572

URL: http://svn.apache.org/r1572572
Log:
* subversion/include/svn_config.h
  (svn_config_walk_auth_data): Fix a small oversight from r1466183, which
   renamed the cleanup_func paramter to walk_func but didn't update the
   docstring accordingly.

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

Modified: subversion/trunk/subversion/include/svn_config.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_config.h?rev=1572572&r1=1572571&r2=1572572&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_config.h (original)
+++ subversion/trunk/subversion/include/svn_config.h Thu Feb 27 13:50:08 2014
@@ -757,7 +757,7 @@ typedef svn_error_t *
  *
  * @note Removing credentials from the config-based disk store will
  * not purge them from any open svn_auth_baton_t instance.  Consider
- * using svn_auth_forget_credentials() -- from the @a cleanup_func,
+ * using svn_auth_forget_credentials() -- from the @a walk_func,
  * even -- for this purpose.
  *
  * @note Removing credentials from the config-based disk store will