diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index 66e5b00e07485975225a3e2b4ec9191692c649c9..a944d6bd72f8941e31e57eb48f191a6a28acc96d 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -161,7 +161,7 @@ $lang['proxy____host']    = 'Proxy servername';
 $lang['proxy____port']    = 'Proxy port';
 $lang['proxy____user']    = 'Proxy user name';
 $lang['proxy____pass']    = 'Proxy password';
-$lang['proxy____ssl']     = 'Use SLL to connect to proxy';
+$lang['proxy____ssl']     = 'Use SSL to connect to proxy';
 $lang['proxy____except']  = 'Regular expression to match URLs for which the proxy should be skipped for.';
 
 /* Safemode Hack */