summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-06-19 20:00:53 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-06-19 20:00:53 +0000
commit08f18009c8d4e5b4bd16c364034e0490226c4181 (patch)
tree421755dbf3c3f4ba559ce39875f236a9dac733e4 /desktop
parent2e31b6fd907c42f256f5e3831652e2f936cca194 (diff)
downloadnetsurf-08f18009c8d4e5b4bd16c364034e0490226c4181.tar.gz
netsurf-08f18009c8d4e5b4bd16c364034e0490226c4181.tar.bz2
Fix typo
svn path=/trunk/netsurf/; revision=13970
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/options_main.h b/desktop/options_main.h
index d44c26505..9ec4888bc 100644
--- a/desktop/options_main.h
+++ b/desktop/options_main.h
@@ -323,7 +323,7 @@
{ "foreground_images", OPTION_BOOL, &nsoptions.foreground_images }, \
{ "background_images", OPTION_BOOL, &nsoptions.background_images }, \
{ "animate_images", OPTION_BOOL, &nsoptions.animate_images }, \
- { "enable_javasctipt", OPTION_BOOL, &nsoptions.enable_javascript}, \
+ { "enable_javascript", OPTION_BOOL, &nsoptions.enable_javascript}, \
{ "expire_url", OPTION_INTEGER, &nsoptions.expire_url }, \
{ "font_default", OPTION_INTEGER, &nsoptions.font_default }, \
{ "ca_bundle", OPTION_STRING, &nsoptions.ca_bundle }, \