summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/pdf/pdf-pkcs7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-pkcs7.c b/source/pdf/pdf-pkcs7.c
index 4f770569..2f2a3524 100644
--- a/source/pdf/pdf-pkcs7.c
+++ b/source/pdf/pdf-pkcs7.c
@@ -746,7 +746,7 @@ void pdf_sign_signature(pdf_document *doc, pdf_widget *widget, const char *sigfi
dn = pdf_signer_designated_name(signer);
fzbuf = fz_new_buffer(ctx, 256);
if (!dn->cn)
- fz_throw(ctx, FZ_ERROR_GENERIC, "Certificat has no common name");
+ fz_throw(ctx, FZ_ERROR_GENERIC, "Certificate has no common name");
fz_buffer_printf(ctx, fzbuf, "cn=%s", dn->cn);