diff options
author | Felix Eckhofer <felix@eckhofer.com> | 2014-03-26 13:29:33 +0100 |
---|---|---|
committer | Felix Eckhofer <felix@eckhofer.com> | 2014-03-26 14:15:44 +0100 |
commit | 3fca238554c90c51e8bc694bc280e0c117958b85 (patch) | |
tree | a3c1ec282acc4eacd083f8e8948ca77bfc85f767 /config/defaults.inc.php | |
parent | e435d3b1205c3e1a8f925fc131ed6d18820e2143 (diff) |
Fix typo in comment
Diffstat (limited to 'config/defaults.inc.php')
-rw-r--r-- | config/defaults.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |