summaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-04-23 13:36:59 +0200
committerWerner Koch <wk@gnupg.org>2010-04-23 13:36:59 +0200
commit8e5010a958ded63ab6df89e1ba4d45ed9f2e572a (patch)
tree7859b79f876bc753dd2732b3d2348684bc766dbc /sm
parent2010-04-23 Marcus Brinkmann <marcus@g10code.de> (diff)
downloadgnupg2-8e5010a958ded63ab6df89e1ba4d45ed9f2e572a.tar.xz
gnupg2-8e5010a958ded63ab6df89e1ba4d45ed9f2e572a.zip
Decryption and signi via agent is now implemented.
Diffstat (limited to 'sm')
-rw-r--r--sm/call-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c
index c5ab0934a..402cb7dd0 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -300,7 +300,7 @@ gpgsm_scd_pksign (ctrl_t ctrl, const char *keyid, const char *desc,
/* Handle a CIPHERTEXT inquiry. Note, we only send the data,
- assuan_transact talkes care of flushing and writing the end */
+ assuan_transact takes care of flushing and writing the end */
static gpg_error_t
inq_ciphertext_cb (void *opaque, const char *line)
{