[Pcsclite-cvs-commit] r6502 - /trunk/PCSC/src/tokenparser.l
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Tue Jan 15 19:30:08 UTC 2013
Author: rousseau
Date: Tue Jan 15 19:30:07 2013
New Revision: 6502
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6502
Log:
Fix a typo in comment
Modified:
trunk/PCSC/src/tokenparser.l
Modified: trunk/PCSC/src/tokenparser.l
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/tokenparser.l?rev=6502&op=diff
==============================================================================
--- trunk/PCSC/src/tokenparser.l (original)
+++ trunk/PCSC/src/tokenparser.l Tue Jan 15 19:30:07 2013
@@ -107,7 +107,7 @@
(void)strlcpy(value, &pcToken[8], len);
- /* convert the firt & into & */
+ /* convert the first & into & */
amp = strstr(value, "&");
if (amp)
{
More information about the Pcsclite-cvs-commit
mailing list