mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
typo fixes
This commit is contained in:
parent
cf502487fc
commit
1c88f744d6
@ -87,7 +87,7 @@ struct inq_needpin_s {
|
|||||||
/* This function must be called once to initialize this module. This
|
/* 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
|
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
|
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
|
void
|
||||||
initialize_module_call_scd (void)
|
initialize_module_call_scd (void)
|
||||||
{
|
{
|
||||||
|
@ -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
|
because the scdaemon is currently not always able to
|
||||||
detect the presence of a card. With a fully working
|
detect the presence of a card. With a fully working
|
||||||
scdaemon this would not be required; i.e. the pkcs#15
|
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. */
|
detects a present card. */
|
||||||
agent_reset_scd (ctrl);
|
agent_reset_scd (ctrl);
|
||||||
if (asprintf (&desc,
|
if (asprintf (&desc,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user