diff options
author | Werner Koch <[email protected]> | 2009-06-09 19:11:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-06-09 19:11:28 +0000 |
commit | bdbeb0ac2bdd3e24f97efb67a3c33e8e08523c46 (patch) | |
tree | 750ebce47c26e8093274084bbe30f1dc070130bb /g10/call-agent.c | |
parent | Typo fix. Updated German translation. (diff) | |
download | gnupg-bdbeb0ac2bdd3e24f97efb67a3c33e8e08523c46.tar.gz gnupg-bdbeb0ac2bdd3e24f97efb67a3c33e8e08523c46.zip |
app-openpgp changes
Diffstat (limited to 'g10/call-agent.c')
-rw-r--r-- | g10/call-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c index c8a2013ac..63919dd1f 100644 --- a/g10/call-agent.c +++ b/g10/call-agent.c @@ -667,7 +667,7 @@ agent_scd_pksign (const char *serialno, int hashalgo, /* Send the serialno command to initialize the connection. We don't care about the data returned. If the card has already been initialized, this is a very fast command. We request the openpgp - card because that is waht we expect. */ + card because that is what we expect. */ rc = assuan_transact (agent_ctx, "SCD SERIALNO openpgp", NULL, NULL, NULL, NULL, NULL, NULL); if (rc) @@ -732,7 +732,7 @@ agent_scd_pkdecrypt (const char *serialno, /* Send the serialno command to initialize the connection. We don't care about the data returned. If the card has already been initialized, this is a very fast command. We request the openpgp - card because that is waht we expect. */ + card because that is what we expect. */ rc = assuan_transact (agent_ctx, "SCD SERIALNO openpgp", NULL, NULL, NULL, NULL, NULL, NULL); if (rc) |