diff options
Diffstat (limited to 'scd/apdu.c')
-rw-r--r-- | scd/apdu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/apdu.c b/scd/apdu.c index 82d53b1fa..9df1572f5 100644 --- a/scd/apdu.c +++ b/scd/apdu.c @@ -2017,7 +2017,7 @@ open_pcsc_reader_wrapped (const char *portstr) unsigned int dummy_status; /* Note that we use the constant and not the function because this - code won't be be used under Windows. */ + code won't be used under Windows. */ const char *wrapperpgm = GNUPG_LIBEXECDIR "/gnupg-pcsc-wrapper"; if (access (wrapperpgm, X_OK)) |