summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2019-12-02 14:59:59 +0100
committerJakub Jelen <jjelen@redhat.com>2019-12-02 17:44:42 +0100
commit6566b169953add012fe773b882cca4b6076131a9 (patch)
tree7fac10e94b16250bc6fe1f00dc4bc7f263714aba /src
parent2bae8772377597718852b37f6b84db005c01ec67 (diff)
fix typo in comment
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/vcard_emul_nss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcard_emul_nss.c b/src/vcard_emul_nss.c
index 12f1e6a..9d16877 100644
--- a/src/vcard_emul_nss.c
+++ b/src/vcard_emul_nss.c
@@ -361,7 +361,7 @@ vcard_emul_rsa_op(VCard *card, VCardKey *key,
pad_len -= 3; /* format is 0 || 2 || pad || 0 || data */
/*
* padding for PKCS #1 encrypted data is a string of random bytes. The
- * random butes protect against potential decryption attacks against RSA.
+ * random bytes protect against potential decryption attacks against RSA.
* Since PrivDecrypt has already stripped those bytes, we can't reconstruct
* them. This shouldn't matter to the upper level code which should just
* strip this code out anyway, so We'll pad with a constant 3.