summaryrefslogtreecommitdiffstats
path: root/system/helpers/url_helper.php
diff options
context:
space:
mode:
authorTim Nolte <noltet@sekisui-spi.com>2015-06-18 20:48:40 +0200
committerTim Nolte <noltet@sekisui-spi.com>2015-06-18 20:48:40 +0200
commit8c69150e31052f50c16750e2dcfdc312148f109d (patch)
tree51316d944c134603b3a026a2deaf97a69471572c /system/helpers/url_helper.php
parent89ed9fafd75e3b65a7691f1b13440bdedadf5eda (diff)
parentbd1e61500383245aec702f645955a774604687c6 (diff)
Merge branch 'develop' into feature/mysqli-ssl
Diffstat (limited to 'system/helpers/url_helper.php')
-rw-r--r--system/helpers/url_helper.php2
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)