- markus@cvs.openbsd.org 2001/07/25 11:59:35
     [scard.c]
     typo in comment
diff --git a/ChangeLog b/ChangeLog
index c81e10d..a844251 100644
--- 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
@@ -6139,4 +6142,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1434 2001/08/06 21:03:23 mouring Exp $
+$Id: ChangeLog,v 1.1435 2001/08/06 21:05:05 mouring Exp $
diff --git a/scard.c b/scard.c
index 721e021..25776d2 100644
--- 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_close();
 		return -1;
 	}
-	/* send appled id */
+	/* send applet id */
 	for (i = 0; i < sizeof(aid); i++)
 		aid[i] = 0x77;
 	aid_len = 5;