From bdbeb0ac2bdd3e24f97efb67a3c33e8e08523c46 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 9 Jun 2009 19:11:28 +0000 Subject: app-openpgp changes --- g10/call-agent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g10/call-agent.c') 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) -- cgit v1.2.3