diff options
Diffstat (limited to 'tests/openpgp')
-rw-r--r-- | tests/openpgp/all-tests.scm | 2 | ||||
-rw-r--r-- | tests/openpgp/defs.scm | 2 | ||||
-rw-r--r-- | tests/openpgp/fake-pinentry.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/openpgp/all-tests.scm b/tests/openpgp/all-tests.scm index e40e02dc3..3c6ae5eab 100644 --- a/tests/openpgp/all-tests.scm +++ b/tests/openpgp/all-tests.scm @@ -80,7 +80,7 @@ (path-join "tests" "openpgp" name) (in-srcdir "tests" "openpgp" name) "--use-keyboxd")) all-tests)) - ;; The third pass uses the legact pubring.gpg + ;; The third pass uses the legacy pubring.gpg (map (lambda (name) (test::scm setup-use-keyring "keyring" diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm index 1ac25bf65..686439a36 100644 --- a/tests/openpgp/defs.scm +++ b/tests/openpgp/defs.scm @@ -113,7 +113,7 @@ ;; Note that the entry for pinentry relies on the fact that ;; GNUPG_BUILD_ROOT is the top of the build root. The second element -;; in each list is an envvar which can be used to specifiy a different +;; in each list is an envvar which can be used to specify a different ;; tool than the installed one. (define tools '((gpgv "GPGV" "g10/gpgv") diff --git a/tests/openpgp/fake-pinentry.c b/tests/openpgp/fake-pinentry.c index 18b60574b..b460a1da3 100644 --- a/tests/openpgp/fake-pinentry.c +++ b/tests/openpgp/fake-pinentry.c @@ -289,7 +289,7 @@ main (int argc, char **argv) if (passphrase) reply ("D %s\n", passphrase); else - reply ("D deafult\n"); + reply ("D default\n"); } else if (strncmp (buffer, "BYE", 3) == 0) { |