summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorMohammad Sadegh Dehghan Niri <msdn2013@gmail.com>2015-07-15 15:18:57 +0200
committerMohammad Sadegh Dehghan Niri <msdn2013@gmail.com>2015-07-15 15:18:57 +0200
commit7881fd17790fd86f658dd4cfcb5b2b5a6351ad00 (patch)
tree39971ebd5919cfa29cce8309727ee14c0a533445 /system/core/Security.php
parent8fda540b0d3098ec882b36d1c2492db0ee5031f0 (diff)
Fix a Typo
Diffstat (limited to 'system/core/Security.php')
-rw-r--r--system/core/Security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php
index 9cef42439..7c5199255 100644
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -275,7 +275,7 @@ class CI_Security {
$secure_cookie,
config_item('cookie_httponly')
);
- log_message('info', 'CRSF cookie sent');
+ log_message('info', 'CSRF cookie sent');
return $this;
}