From 3fca238554c90c51e8bc694bc280e0c117958b85 Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Wed, 26 Mar 2014 13:29:33 +0100 Subject: Fix typo in comment --- config/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 8c9b96f1a..e9cc939cb 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -355,7 +355,7 @@ $config['session_storage'] = 'db'; // Define any number of hosts in the form of hostname:port or unix:///path/to/socket.file $config['memcache_hosts'] = null; // e.g. array( 'localhost:11211', '192.168.1.12:11211', 'unix:///var/tmp/memcached.sock' ); -// check client IP in session athorization +// check client IP in session authorization $config['ip_check'] = false; // check referer of incoming requests -- cgit v1.2.3