From d2d21e83028e9a49ffb9d79281c59408e16cf544 Mon Sep 17 00:00:00 2001 From: Calvin Tam Date: Sat, 4 Jul 2015 12:54:51 -0700 Subject: Fixed typos --- application/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/config') 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). -- cgit v1.2.3-24-g4f1b