diff options
author | Felix Eckhofer <felix@eckhofer.com> | 2014-03-26 13:29:33 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-04-25 18:41:18 +0200 |
commit | 8a4234d2fc5418fdfbc46f967de8c1731b974ba9 (patch) | |
tree | ca447f51056aa1c310885b7b5e114c7333c6eb77 /config/defaults.inc.php | |
parent | f58a294949547ed132bf3cdb5815b68c659b992a (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 2ff764fa1..ffce8e76a 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; // List of trusted proxies |