[Pcsclite-cvs-commit] r6778 - trunk/PCSC/src

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sat Oct 19 16:32:39 UTC 2013


Author: rousseau
Date: 2013-10-19 16:32:38 +0000 (Sat, 19 Oct 2013)
New Revision: 6778

Modified:
   trunk/PCSC/src/pcscdaemon.c
Log:
Fix typo in log message


Modified: trunk/PCSC/src/pcscdaemon.c
===================================================================
--- trunk/PCSC/src/pcscdaemon.c	2013-10-18 15:45:48 UTC (rev 6777)
+++ trunk/PCSC/src/pcscdaemon.c	2013-10-19 16:32:38 UTC (rev 6778)
@@ -565,7 +565,7 @@
 			if (rr < 0)
 			{
 				Log2(PCSC_LOG_CRITICAL,
-					"writting " PCSCLITE_RUN_PID " failed: %s",
+					"writing " PCSCLITE_RUN_PID " failed: %s",
 					strerror(errno));
 			}
 			(void)close(f);




More information about the Pcsclite-cvs-commit mailing list