diff options
author | Tim Nolte <noltet@sekisui-spi.com> | 2015-06-18 20:48:40 +0200 |
---|---|---|
committer | Tim Nolte <noltet@sekisui-spi.com> | 2015-06-18 20:48:40 +0200 |
commit | 8c69150e31052f50c16750e2dcfdc312148f109d (patch) | |
tree | 51316d944c134603b3a026a2deaf97a69471572c /system/helpers | |
parent | 89ed9fafd75e3b65a7691f1b13440bdedadf5eda (diff) | |
parent | bd1e61500383245aec702f645955a774604687c6 (diff) |
Merge branch 'develop' into feature/mysqli-ssl
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/url_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php index 5f8c6ce67..6a033d6ba 100644 --- a/system/helpers/url_helper.php +++ b/system/helpers/url_helper.php @@ -474,7 +474,7 @@ if ( ! function_exists('url_title')) * @param string $str Input string * @param string $separator Word separator * (usually '-' or '_') - * @param bool $lowercase Wether to transform the output string to lowercase + * @param bool $lowercase Whether to transform the output string to lowercase * @return string */ function url_title($str, $separator = '-', $lowercase = FALSE) |