[Pcsclite-cvs-commit] r4992 - /trunk/PCSC/src/winscard_msg.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Jun 13 12:54:33 UTC 2010


Author: rousseau
Date: Sun Jun 13 12:54:23 2010
New Revision: 4992

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4992
Log:
typo in comment

Modified:
    trunk/PCSC/src/winscard_msg.h

Modified: trunk/PCSC/src/winscard_msg.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_msg.h?rev=4992&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_msg.h (original)
+++ trunk/PCSC/src/winscard_msg.h Sun Jun 13 12:54:23 2010
@@ -47,7 +47,7 @@
 	 */
 	struct rxHeader
 	{
-		uint32_t size;		/**< size of the message expluding this header */
+		uint32_t size;		/**< size of the message excluding this header */
 		uint32_t command;	/**< one of the \c pcsc_msg_commands */
 	};
 




More information about the Pcsclite-cvs-commit mailing list