Package: coolkey / 1.1.0-13

spelling-error-in-binary Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: fix spelling errors found by lintian
Author: Ludovic Rousseau <rousseau@debian.org>
Last-Update: 2011-02-23
--- a/src/coolkey/slot.cpp
+++ b/src/coolkey/slot.cpp
@@ -129,7 +129,7 @@
     if (numSlots > numReaders) {
         readerListLock.releaseLock();
 	throw PKCS11Exception(CKR_GENERAL_ERROR,
-			"Reader and slot count inconsistant\n");
+			"Reader and slot count inconsistent\n");
     }
 
     try {
@@ -1974,7 +1974,7 @@
 	if (offset > size) {
 	    CKYBuffer_FreeData(&objBuffer);
 	    throw PKCS11Exception(CKR_DEVICE_ERROR,
-			"Inconsistant combined object data");
+			"Inconsistent combined object data");
 	}
 	CKYSize objSize = offset - start;
 	CKYBuffer_Reserve(&info.data, objSize +1);