commit | 060fe37496eba7703af6cd70ae3b8dfe50719ea0 | [log] [tgz] |
---|---|---|
author | ILUXONCHIK <iluxon4ik@hotmail.com> | Sun Feb 25 20:59:09 2018 +0000 |
committer | ILUXONCHIK <iluxon4ik@hotmail.com> | Sun Feb 25 20:59:09 2018 +0000 |
tree | 7a8f978a57d1a361509ac8700ac0542a2d34bff7 | |
parent | b7f6086ba3f1193042d48a871b7ee965d0e195d7 [diff] [blame] |
fix typo in pem.c
diff --git a/library/pem.c b/library/pem.c index c09651f..30ae35b 100644 --- a/library/pem.c +++ b/library/pem.c
@@ -403,7 +403,7 @@ * The result will be ASN.1 starting with a SEQUENCE tag, with 1 to 3 * length bytes (allow 4 to be sure) in all known use cases. * - * Use that as heurisitic to try detecting password mismatchs. + * Use that as a heuristic to try to detect password mismatches. */ if( len <= 2 || buf[0] != 0x30 || buf[1] > 0x83 ) {