diff options
author | Werner Koch <[email protected]> | 2009-07-07 12:39:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-07-07 12:39:39 +0000 |
commit | dab2485755f9a798e34a1b344769b47612643cc6 (patch) | |
tree | a92ec7e2be9e74406b545c6d5482429b836b7fb0 /src | |
parent | * engine-gpgsm.c (gpgsm_import): Return an error for unknown data (diff) | |
download | gpgme-dab2485755f9a798e34a1b344769b47612643cc6.tar.gz gpgme-dab2485755f9a798e34a1b344769b47612643cc6.zip |
Typo fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/engine-gpg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine-gpg.c b/src/engine-gpg.c index 1012166a..a3b94677 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"); |