Typo fix.

This commit is contained in:
Werner Koch 2009-07-07 12:39:39 +00:00
parent 3bd2d76417
commit dab2485755

View File

@ -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 gpg >= 2.0.10. FIXME: We should check that we have
such a version to that we can return a proper error such a version to that we can return a proper error
code. The problem is that we don't know the context code. The problem is that we don't know the context
here and thus can't accesses the cached version here and thus can't access the cached version number
number for the engine info structure. */ for the engine info structure. */
err = add_arg (gpg, "--locate-keys"); err = add_arg (gpg, "--locate-keys");
if ((mode & GPGME_KEYLIST_MODE_SIGS)) if ((mode & GPGME_KEYLIST_MODE_SIGS))
err = add_arg (gpg, "--with-sig-check"); err = add_arg (gpg, "--with-sig-check");