Page info: Fix typo.

This commit is contained in:
Michael Drake 2020-02-23 21:04:09 +00:00
parent 859972df71
commit 494db4cd51

View File

@ -412,7 +412,7 @@ static nserror page_info__set_text(
{
int printed;
static const char *header[PAGE_STATE__COUNT] = {
[PAGE_STATE_UNKNOWN] = "Provenience unknown",
[PAGE_STATE_UNKNOWN] = "Provenance unknown",
[PAGE_STATE_INTERNAL] = "NetSurf data",
[PAGE_STATE_LOCAL] = "Local data",
[PAGE_STATE_INSECURE] = "Connection not secure",