GNUPG-1-9-BRANCH gnupg/agent (call-scd.c divert-scd.c)
cvs user wk
cvs at cvs.gnupg.org
Mon Apr 11 17:53:17 CEST 2005
Date: Monday, April 11, 2005 @ 18:09:18
Author: wk
Path: /cvs/gnupg/gnupg/agent
Tag: GNUPG-1-9-BRANCH
Modified: call-scd.c divert-scd.c
typo fixes
--------------+
call-scd.c | 2 +-
divert-scd.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: gnupg/agent/call-scd.c
diff -u gnupg/agent/call-scd.c:1.13.2.11 gnupg/agent/call-scd.c:1.13.2.12
--- gnupg/agent/call-scd.c:1.13.2.11 Fri Feb 25 17:14:55 2005
+++ gnupg/agent/call-scd.c Mon Apr 11 18:09:18 2005
@@ -87,7 +87,7 @@
/* 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)
{
Index: gnupg/agent/divert-scd.c
diff -u gnupg/agent/divert-scd.c:1.14.2.4 gnupg/agent/divert-scd.c:1.14.2.5
--- gnupg/agent/divert-scd.c:1.14.2.4 Sat Feb 21 14:05:22 2004
+++ gnupg/agent/divert-scd.c Mon Apr 11 18:09:18 2005
@@ -112,7 +112,7 @@
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,
More information about the Gnupg-commits
mailing list