Author: stsp
Date: Mon Jul 25 14:10:54 2011
New Revision: 1150709

URL: http://svn.apache.org/viewvc?rev=1150709&view=rev
Log:
On the gpg-agent-password-store branch, fix a typo in a comment.

* subversion/libsvn_subr/auth.c
  (svn_auth_get_platform_specific_client_providers): Typo in comment.

Modified:
    subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/auth.c

Modified: 
subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/auth.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/auth.c?rev=1150709&r1=1150708&r2=1150709&view=diff
==============================================================================
--- subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/auth.c 
(original)
+++ subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/auth.c 
Mon Jul 25 14:10:54 2011
@@ -543,7 +543,7 @@ svn_auth_get_platform_specific_client_pr
           continue;
         }
 
-      /* GPG-AGENT Keyring */
+      /* GPG-AGENT */
       if (apr_strnatcmp(password_store, "gpg-agent") == 0)
         {
           SVN_ERR(svn_auth_get_platform_specific_provider(&provider,


Reply via email to