summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-02-23 21:04:09 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2020-02-23 21:04:38 +0000
commit494db4cd51a5896778fcda150ed9c29b92ef504a (patch)
treeb0c723688718860a9987f32d47068e135a8e5525 /desktop
parent859972df714b0c91bf7fd181796d34451f07e9f2 (diff)
downloadnetsurf-494db4cd51a5896778fcda150ed9c29b92ef504a.tar.gz
netsurf-494db4cd51a5896778fcda150ed9c29b92ef504a.tar.bz2
Page info: Fix typo.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/page-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/page-info.c b/desktop/page-info.c
index fba0d6352..89c63b7e4 100644
--- a/desktop/page-info.c
+++ b/desktop/page-info.c
@@ -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",