mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
cert-viewer: Fix typo
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
79127cce82
commit
4d987798af
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user