summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorAdam Ehlers Nyholm Thomsen <adament@adament.net>2012-12-07 11:25:36 +0100
committerAdam Ehlers Nyholm Thomsen <adament@adament.net>2012-12-07 11:25:36 +0100
commit944fc426af70bb926749d0273c082e5feb7b5306 (patch)
tree7fcb22b610f2df2b881d43514c6b28abd340457e /src/config.h
parentadea83a26c89d636afd9c4690e3f5087d80a6e31 (diff)
downloaddwb-944fc426af70bb926749d0273c082e5feb7b5306.zip
Fix spelling mistake
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 02bb6e48..d24742ee 100644
--- a/src/config.h
+++ b/src/config.h
@@ -967,7 +967,7 @@ static WebSettings DWB_SETTINGS[] = {
SETTING_GLOBAL, BOOLEAN, { .b = false }, (S_Func) dwb_set_proxy, { 0 }, },
{ { "proxy-url", "The HTTP-proxy url", },
SETTING_GLOBAL, CHAR, { .p = NULL }, (S_Func) dwb_soup_init_proxy, { 0 }, },
- { { "ssl-strict", "Whether to allow only save certificates", },
+ { { "ssl-strict", "Whether to allow only safe certificates", },
SETTING_GLOBAL, BOOLEAN, { .b = true }, (S_Func) dwb_soup_init_session_features, { 0 }, },
#ifdef WITH_LIBSOUP_2_38
{ { "ssl-use-system-ca-file", "Whether to use the system certification file", },