From 08f18009c8d4e5b4bd16c364034e0490226c4181 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 19 Jun 2012 20:00:53 +0000 Subject: Fix typo svn path=/trunk/netsurf/; revision=13970 --- desktop/options_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, \ -- cgit v1.2.3