From 2958b71c9ac14325ca00df4edbe77e8a572b3f16 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 26 Jul 2019 09:48:52 +0200 Subject: [PATCH] typo --- src/libopensc/card-piv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libopensc/card-piv.c b/src/libopensc/card-piv.c index 5eb25e96..a6f9fb63 100644 --- a/src/libopensc/card-piv.c +++ b/src/libopensc/card-piv.c @@ -2364,7 +2364,7 @@ static int piv_validate_general_authentication(sc_card_t *card, * alg_id=06 is a place holder for all RSA keys. * Derive the real alg_id based on the size of the * the data, as we are always using raw mode. - * Non RSA keys needs some work in thia area. + * Non RSA keys needs some work in this area. */ real_alg_id = priv->alg_id;