]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/07/25 11:59:35
authormouring <mouring>
Mon, 6 Aug 2001 21:05:05 +0000 (21:05 +0000)
committermouring <mouring>
Mon, 6 Aug 2001 21:05:05 +0000 (21:05 +0000)
     [scard.c]
     typo in comment

ChangeLog
scard.c

index 01e73a9c0d2e9254a664dd9cb28b95d6f6a12b86..7c7018952d8f8b3f73fcebcb81a03c6c4b871551 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,9 @@
    - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
      [xmalloc.c]
      no zero size xstrdup() error; ok markus@
+   - markus@cvs.openbsd.org 2001/07/25 11:59:35
+     [scard.c]
+     typo in comment
 
 20010803
  - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
diff --git a/scard.c b/scard.c
index 721e021fb516f73ef40e1df97ce8f3e8d5b78afc..25776d2e61d81969f9cc93f8031ef4524cb8c60b 100644 (file)
--- a/scard.c
+++ b/scard.c
@@ -24,7 +24,7 @@
 
 #ifdef SMARTCARD
 #include "includes.h"
-RCSID("$OpenBSD: scard.c,v 1.5 2001/07/04 23:13:09 markus Exp $");
+RCSID("$OpenBSD: scard.c,v 1.6 2001/07/25 11:59:35 markus Exp $");
 
 #include <openssl/engine.h>
 #include <sectok.h>
@@ -93,7 +93,7 @@ sc_enable_applet(void)
                sc_close();
                return -1;
        }
-       /* send appled id */
+       /* send applet id */
        for (i = 0; i < sizeof(aid); i++)
                aid[i] = 0x77;
        aid_len = 5;
This page took 0.196211 seconds and 5 git commands to generate.