diff options
author | Werner Koch <wk@gnupg.org> | 2005-04-11 18:09:18 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-04-11 18:09:18 +0200 |
commit | 1c88f744d615f057bdf5b1142a51645851176c53 (patch) | |
tree | d1457f22d88fd44fe5471014717d8f2d1393e827 | |
parent | 2005-04-11 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-1c88f744d615f057bdf5b1142a51645851176c53.tar.xz gnupg2-1c88f744d615f057bdf5b1142a51645851176c53.zip |
typo fixes
-rw-r--r-- | agent/call-scd.c | 2 | ||||
-rw-r--r-- | agent/divert-scd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/agent/call-scd.c b/agent/call-scd.c index 904059291..4d1498b05 100644 --- a/agent/call-scd.c +++ b/agent/call-scd.c @@ -87,7 +87,7 @@ struct inq_needpin_s { /* This function must be called once to initialize this module. This has to be done before a second thread is spawned. We can't do the static initialization because Pth emulation code might not be able - to do a static init; in particualr, it is not possible for W32. */ + to do a static init; in particular, it is not possible for W32. */ void initialize_module_call_scd (void) { diff --git a/agent/divert-scd.c b/agent/divert-scd.c index 72cf338fe..f2ec2f051 100644 --- a/agent/divert-scd.c +++ b/agent/divert-scd.c @@ -112,7 +112,7 @@ ask_for_card (CTRL ctrl, const unsigned char *shadow_info, char **r_kid) because the scdaemon is currently not always able to detect the presence of a card. With a fully working scdaemon this would not be required; i.e. the pkcs#15 - support does not require it becuase OpenSC correclty + support does not require it because OpenSC correclty detects a present card. */ agent_reset_scd (ctrl); if (asprintf (&desc, |