diff options
author | Werner Koch <[email protected]> | 2005-04-11 16:09:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-04-11 16:09:18 +0000 |
commit | 1c88f744d615f057bdf5b1142a51645851176c53 (patch) | |
tree | d1457f22d88fd44fe5471014717d8f2d1393e827 /agent/call-scd.c | |
parent | 2005-04-11 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-1c88f744d615f057bdf5b1142a51645851176c53.tar.gz gnupg-1c88f744d615f057bdf5b1142a51645851176c53.zip |
typo fixes
Diffstat (limited to 'agent/call-scd.c')
-rw-r--r-- | agent/call-scd.c | 2 |
1 files changed, 1 insertions, 1 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) { |