You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/08/02 21:10:11 UTC

svn commit: r1368655 - /subversion/branches/master-passphrase/subversion/include/svn_auth.h

Author: cmpilato
Date: Thu Aug  2 19:10:10 2012
New Revision: 1368655

URL: http://svn.apache.org/viewvc?rev=1368655&view=rev
Log:
On the 'master-passphrase' branch:

* subversion/include/svn_auth.h
  (svn_auth_get_master_passphrase_prompt_provider): Fix a copy-n-pasto.

Modified:
    subversion/branches/master-passphrase/subversion/include/svn_auth.h

Modified: subversion/branches/master-passphrase/subversion/include/svn_auth.h
URL: http://svn.apache.org/viewvc/subversion/branches/master-passphrase/subversion/include/svn_auth.h?rev=1368655&r1=1368654&r2=1368655&view=diff
==============================================================================
--- subversion/branches/master-passphrase/subversion/include/svn_auth.h (original)
+++ subversion/branches/master-passphrase/subversion/include/svn_auth.h Thu Aug  2 19:10:10 2012
@@ -1319,7 +1319,7 @@ svn_auth_get_ssl_client_cert_pw_prompt_p
  * will be retried @a retry_limit times. For infinite retries, set @a
  * retry_limit to value less than 0.
  *
- * @since New in 1.4.
+ * @since New in 1.8.
  */
 void svn_auth_get_master_passphrase_prompt_provider(
   svn_auth_provider_object_t **provider,