aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/fake-pinentry.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/fake-pinentry.c')
-rw-r--r--tests/openpgp/fake-pinentry.c2
1 files changed, 1 insertions, 1 deletions
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)
{