typo: dont -> don't

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5243 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2011-03-20 14:50:44 +00:00
parent 4dde0476b1
commit 8ef19c4ad2
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ struct piv_aid {
* NIST published this on 10/6/2005
* 800-73-2 Part 1 now refers to version "02 00"
* i.e. "A0 00 00 03 08 00 00 01 00 02 00".
* but we dont need the version number. but could get it from the PIX.
* but we don't need the version number. but could get it from the PIX.
*
* 800-73-3 Part 1 now referes to "01 00" i.e. going back to 800-73-1.
* The main differences between 73-1, and 73-3 are the addition of the

View File

@ -308,7 +308,7 @@ int sc_pkcs15_encode_pukdf_entry(sc_context_t *ctx,
}
break;
default:
/* TODO: -DEE Should add ECC but dont have PKCS15 card with ECC */
/* TODO: -DEE Should add ECC but don't have PKCS15 card with ECC */
sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "Unsupported public key type: %X\n", obj->type);
SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_NORMAL, SC_ERROR_INTERNAL);
break;