cert-viewer: Fix typo

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2024-10-13 11:07:49 +01:00
parent 79127cce82
commit 4d987798af
No known key found for this signature in database
GPG Key ID: C30DF439F2987D74

View File

@ -891,7 +891,7 @@ format_certificate_name(struct fetch_about_context *ctx,
if (cert_name->province != NULL) {
res = fetch_about_ssenddataf(ctx,
"<tr><th>Privince</th><td>%s</td></tr>\n",
"<tr><th>Province</th><td>%s</td></tr>\n",
cert_name->province);
if (res != NSERROR_OK) {
return res;