From: Werner Koch Date: Tue, 7 Jul 2009 12:39:39 +0000 (+0000) Subject: Typo fix. X-Git-Tag: gpgme-1.3.0~58 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dab2485755f9a798e34a1b344769b47612643cc6;p=gpgme.git Typo fix. --- diff --git a/src/engine-gpg.c b/src/engine-gpg.c index 1012166..a3b9467 100644 --- a/src/engine-gpg.c +++ b/src/engine-gpg.c @@ -2140,8 +2140,8 @@ gpg_keylist_build_options (engine_gpg_t gpg, int secret_only, 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");