[Pcsclite-cvs-commit] r6391 - in /trunk/PCSC/src: eventhandler.c winscard.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Jul 26 18:44:55 UTC 2012


Author: rousseau
Date: Thu Jul 26 18:44:54 2012
New Revision: 6391

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6391
Log:
Fix typo in log message

Modified:
    trunk/PCSC/src/eventhandler.c
    trunk/PCSC/src/winscard.c

Modified: trunk/PCSC/src/eventhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/eventhandler.c?rev=6391&op=diff
==============================================================================
--- trunk/PCSC/src/eventhandler.c (original)
+++ trunk/PCSC/src/eventhandler.c Thu Jul 26 18:44:54 2012
@@ -170,7 +170,7 @@
 
 		if ((IFD_SUCCESS == rv) && (dwGetSize == sizeof(fct)))
 		{
-			Log1(PCSC_LOG_INFO, "Request stoping of polling thread");
+			Log1(PCSC_LOG_INFO, "Request stopping of polling thread");
 			fct(rContext->slot);
 		}
 		else

Modified: trunk/PCSC/src/winscard.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard.c?rev=6391&op=diff
==============================================================================
--- trunk/PCSC/src/winscard.c (original)
+++ trunk/PCSC/src/winscard.c Thu Jul 26 18:44:54 2012
@@ -1028,7 +1028,7 @@
 
 		if ((IFD_SUCCESS == rv) && (dwGetSize == sizeof(fct)))
 		{
-			Log1(PCSC_LOG_INFO, "Stoping polling thread");
+			Log1(PCSC_LOG_INFO, "Stopping polling thread");
 			fct(rContext->slot);
 		}
 	}




More information about the Pcsclite-cvs-commit mailing list