summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-07-26 18:27:15 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-07-26 18:27:15 +0100
commit4bd23e73abf8174b4108bceb0bdb3879a2241969 (patch)
tree1922c82c513760ff8509c0ea368a2e3c2027cc29 /utils
parent888d8eac4f102f6ecb75878e7717c3495e81a215 (diff)
downloadnetsurf-4bd23e73abf8174b4108bceb0bdb3879a2241969.tar.gz
netsurf-4bd23e73abf8174b4108bceb0bdb3879a2241969.tar.bz2
s/object/option/
Diffstat (limited to 'utils')
-rw-r--r--utils/corestrings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/corestrings.c b/utils/corestrings.c
index 05c5ac632..396e86ed0 100644
--- a/utils/corestrings.c
+++ b/utils/corestrings.c
@@ -365,7 +365,7 @@ nserror corestrings_init(void)
CSS_LWC_STRING_INTERN(noscript);
CSS_LWC_STRING_INTERN(object);
CSS_LWC_STRING_INTERN(optgroup);
- CSS_LWC_STRING_INTERN(object);
+ CSS_LWC_STRING_INTERN(option);
CSS_LWC_STRING_INTERN(p);
CSS_LWC_STRING_INTERN(param);
CSS_LWC_STRING_INTERN(password);