[Pcsclite-cvs-commit] r4633 - /trunk/PCSC/src/error.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Jan 2 14:32:49 UTC 2010


Author: rousseau
Date: Sat Jan  2 14:32:49 2010
New Revision: 4633

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4633
Log:
pcsc_stringify_error(): spelling error (detected by lintian(1))

Modified:
    trunk/PCSC/src/error.c

Modified: trunk/PCSC/src/error.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/error.c?rev=4633&op=diff
==============================================================================
--- trunk/PCSC/src/error.c (original)
+++ trunk/PCSC/src/error.c Sat Jan  2 14:32:49 2010
@@ -185,7 +185,7 @@
 		(void)strlcpy(strError, "Feature not supported.", sizeof(strError));
 		break;
 	default:
-		(void)snprintf(strError, sizeof(strError)-1, "Unkown error: 0x%08lX",
+		(void)snprintf(strError, sizeof(strError)-1, "Unknown error: 0x%08lX",
 			pcscError);
 	};
 




More information about the Pcsclite-cvs-commit mailing list