[Spice-devel] [PATCH libcacard 6/7] typos
Jakub Jelen
jjelen at redhat.com
Tue Jul 31 09:35:50 UTC 2018
Signed-off-by: Jakub Jelen <jjelen at redhat.com>
Reviewed-by: Robert Relyea <rrelyea at redhat.com>
---
src/vcard_emul_nss.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/vcard_emul_nss.c b/src/vcard_emul_nss.c
index 0c8f0e9..c320f8f 100644
--- a/src/vcard_emul_nss.c
+++ b/src/vcard_emul_nss.c
@@ -246,7 +246,7 @@ vcard_emul_rsa_op(VCard *card, VCardKey *key,
if ((unsigned)buffer_size != signature_len) {
return VCARD7816_STATUS_ERROR_DATA_INVALID;
}
- /* be able to handle larger keys if necessariy */
+ /* be able to handle larger keys if necessary */
bp = &buf[0];
if (sizeof(buf) < signature_len) {
bp = g_malloc(signature_len);
@@ -270,7 +270,7 @@ vcard_emul_rsa_op(VCard *card, VCardKey *key,
}
/*
* we've had a successful X509 operation, this failure must be
- * somethine else
+ * something else
*/
if (key->failedX509 == VCardEmulFalse) {
ret = vcard_emul_map_error(PORT_GetError());
--
2.17.1
More information about the Spice-devel
mailing list