aboutsummaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-02-09 10:25:41 +0000
committerWerner Koch <[email protected]>2009-02-09 10:25:41 +0000
commitd1c2e66fbc4c67cd39230fa0418d5647fdc7163a (patch)
tree4f47077f36cdc3ee6a26865f5954b1a51f8c399b /scd
parentMake --allow-admin the default. (diff)
downloadgnupg-d1c2e66fbc4c67cd39230fa0418d5647fdc7163a.tar.gz
gnupg-d1c2e66fbc4c67cd39230fa0418d5647fdc7163a.zip
Change default gpgsm cipher back to 3DES.
Typo fixes.
Diffstat (limited to 'scd')
-rw-r--r--scd/atr.c2
-rw-r--r--scd/command.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/scd/atr.c b/scd/atr.c
index 67a86d09c..f6efd8a95 100644
--- a/scd/atr.c
+++ b/scd/atr.c
@@ -278,7 +278,7 @@ atr_dump (int slot, FILE *fp)
/* Note: This code has not yet been tested! It shall return -1 on
- error or the nu,ber of hiostroical bytes and store them at
+ error or the number of historical bytes and store them at
HISTORICAL. */
int
atr_get_historical (int slot, unsigned char historical[])
diff --git a/scd/command.c b/scd/command.c
index c2b97e64d..8ebcdb323 100644
--- a/scd/command.c
+++ b/scd/command.c
@@ -469,7 +469,7 @@ percent_plus_unescape (unsigned char *string)
/* SERIALNO [APPTYPE]
Return the serial number of the card using a status reponse. This
- functon should be used to check for the presence of a card.
+ function should be used to check for the presence of a card.
If APPTYPE is given, an application of that type is selected and an
error is returned if the application is not supported or available.