[Pcsclite-git-commit] [CCID] 01/01: Fix spelling error in a log message

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Jun 24 08:03:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository CCID.

commit 8ea1815745692c38e1c07fc8d460aae85efe123a
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Jun 24 10:02:24 2016 +0200

    Fix spelling error in a log message
    
    The Correct spelling is: successful
    
    Thanks to lintian(1) for the bug report
    I: libacsccid1: spelling-error-in-binary usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so successfull successful
---
 src/ccid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ccid.c b/src/ccid.c
index 77b2dd9..a1c3b21 100644
--- a/src/ccid.c
+++ b/src/ccid.c
@@ -446,7 +446,7 @@ int ccid_open_hack_post(unsigned int reader_index)
 					length_res = sizeof(res);
 					if (IFD_SUCCESS == CmdEscape(reader_index, cmd2, sizeof(cmd2), res, &length_res, DEFAULT_COM_READ_TIMEOUT))
 					{
-						DEBUG_COMM("Disable SPE retry counter successfull");
+						DEBUG_COMM("Disable SPE retry counter successful");
 					}
 					else
 					{

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list