[svn] gpgme - r1390 - trunk/src
svn author wk
cvs at cvs.gnupg.org
Tue Jul 7 14:39:39 CEST 2009
Author: wk
Date: 2009-07-07 14:39:39 +0200 (Tue, 07 Jul 2009)
New Revision: 1390
Modified:
trunk/src/engine-gpg.c
Log:
Typo fix.
Modified: trunk/src/engine-gpg.c
===================================================================
--- trunk/src/engine-gpg.c 2009-07-07 12:38:18 UTC (rev 1389)
+++ trunk/src/engine-gpg.c 2009-07-07 12:39:39 UTC (rev 1390)
@@ -2140,8 +2140,8 @@
gpg >= 2.0.10. FIXME: We should check that we have
such a version to that we can return a proper error
code. The problem is that we don't know the context
- here and thus can't accesses the cached version
- number for the engine info structure. */
+ here and thus can't access the cached version number
+ for the engine info structure. */
err = add_arg (gpg, "--locate-keys");
if ((mode & GPGME_KEYLIST_MODE_SIGS))
err = add_arg (gpg, "--with-sig-check");
More information about the Gnupg-commits
mailing list