From 8a4234d2fc5418fdfbc46f967de8c1731b974ba9 Mon Sep 17 00:00:00 2001
From: Felix Eckhofer <felix@eckhofer.com>
Date: Fri, 25 Apr 2014 12:41:18 -0400
Subject: [PATCH] Fix typo in comment

---
 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 2ff764f..ffce8e7 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -355,7 +355,7 @@
 // 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

--
Gitblit v1.9.1