diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-24 11:29:14 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-24 11:29:14 +0200 |
commit | 6d7f87a9b2ce2950e568162e21c96af4c201147a (patch) | |
tree | 7daf6ccc5dd522cbb58ae8a2846eb4d749a711bf /system/libraries/Session/Session.php | |
parent | ab494d564262f9ad30dc2f57a78b8aceee5e657d (diff) | |
parent | 55bc50578b9f1aa3fd71cb427848b21748655690 (diff) |
Merge pull request #3996 from calvintam236/develop
[ci skip] Fix some docblock typos
Diffstat (limited to 'system/libraries/Session/Session.php')
-rw-r--r-- | system/libraries/Session/Session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session/Session.php b/system/libraries/Session/Session.php index 0549fef66..05a470d86 100644 --- a/system/libraries/Session/Session.php +++ b/system/libraries/Session/Session.php @@ -795,7 +795,7 @@ class CI_Session { /** * Set flashdata * - * Legacy CI_Session compatibiliy method + * Legacy CI_Session compatibility method * * @param mixed $data Session data key or an associative array * @param mixed $value Value to store |