[Pcsclite-cvs-commit] r5962 - in /trunk/PCSC/src: PCSC/winscard.h atrhandler.c atrhandler.h winscard.c winscard_clnt.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Sep 24 08:24:35 UTC 2011


Author: rousseau
Date: Sat Sep 24 08:24:34 2011
New Revision: 5962

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5962
Log:
fix typo: smartcard -> smart card

Modified:
    trunk/PCSC/src/PCSC/winscard.h
    trunk/PCSC/src/atrhandler.c
    trunk/PCSC/src/atrhandler.h
    trunk/PCSC/src/winscard.c
    trunk/PCSC/src/winscard_clnt.c

Modified: trunk/PCSC/src/PCSC/winscard.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/PCSC/winscard.h?rev=5962&op=diff
==============================================================================
--- trunk/PCSC/src/PCSC/winscard.h (original)
+++ trunk/PCSC/src/PCSC/winscard.h Sat Sep 24 08:24:34 2011
@@ -11,7 +11,7 @@
 
 /**
  * @file
- * @brief This handles smartcard reader communications.
+ * @brief This handles smart card reader communications.
  */
 
 #ifndef __winscard_h__

Modified: trunk/PCSC/src/atrhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/atrhandler.c?rev=5962&op=diff
==============================================================================
--- trunk/PCSC/src/atrhandler.c (original)
+++ trunk/PCSC/src/atrhandler.c Sat Sep 24 08:24:34 2011
@@ -12,7 +12,7 @@
 /**
  * @file
  *
- * @brief This keeps track of smartcard protocols, timing issues
+ * @brief This keeps track of smart card protocols, timing issues
  * and ATR (Answer-to-Reset) handling.
  *
  * @note use ./configure --enable-debugatr to enable debug messages

Modified: trunk/PCSC/src/atrhandler.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/atrhandler.h?rev=5962&op=diff
==============================================================================
--- trunk/PCSC/src/atrhandler.h (original)
+++ trunk/PCSC/src/atrhandler.h Sat Sep 24 08:24:34 2011
@@ -11,7 +11,7 @@
 
 /**
  * @file
- * @brief This keeps track of smartcard protocols, timing issues
+ * @brief This keeps track of smart card protocols, timing issues
  * and Answer to Reset ATR handling.
  */
 

Modified: trunk/PCSC/src/winscard.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard.c?rev=5962&op=diff
==============================================================================
--- trunk/PCSC/src/winscard.c (original)
+++ trunk/PCSC/src/winscard.c Sat Sep 24 08:24:34 2011
@@ -72,8 +72,8 @@
 
 /**
  * @file
- * @brief This handles smartcard reader communications.
- * This is the heart of the M$ smartcard API.
+ * @brief This handles smart card reader communications.
+ * This is the heart of the smart card API.
  *
  * Here are the main server-side functions which execute the requests from the
  * clients.

Modified: trunk/PCSC/src/winscard_clnt.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_clnt.c?rev=5962&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Sat Sep 24 08:24:34 2011
@@ -18,7 +18,7 @@
 /**
  * @file
  * @defgroup API
- * @brief Handles smartcard reader communications and
+ * @brief Handles smart card reader communications and
  * forwarding requests over message queues.
  *
  * Here is exposed the API for client applications.




More information about the Pcsclite-cvs-commit mailing list