summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorCalvin Tam <calvintam236@gmail.com>2015-07-04 21:54:51 +0200
committerCalvin Tam <calvintam236@gmail.com>2015-07-04 21:54:51 +0200
commitd2d21e83028e9a49ffb9d79281c59408e16cf544 (patch)
treed2a37de1614959e12dd3a9347bbc95051d65298c /application
parenta1170aff602317d9b6f2d5c1d5cc60d3dc82ee58 (diff)
Fixed typos
Diffstat (limited to 'application')
-rw-r--r--application/config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 94e5d28a9..d76769209 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -325,7 +325,7 @@ $config['encryption_key'] = '';
|
| 'sess_save_path'
|
-| The location to save sessions to, driver dependant.
+| The location to save sessions to, driver dependent.
|
| For the 'files' driver, it's a path to a writable directory.
| WARNING: Only absolute paths are supported!
@@ -388,7 +388,7 @@ $config['cookie_httponly'] = FALSE;
|--------------------------------------------------------------------------
|
| Determines whether to standardize newline characters in input data,
-| meaning to replace \r\n, \r, \n occurences with the PHP_EOL value.
+| meaning to replace \r\n, \r, \n occurrences with the PHP_EOL value.
|
| This is particularly useful for portability between UNIX-based OSes,
| (usually \n) and Windows (\r\n).