summaryrefslogtreecommitdiffstats
path: root/system/helpers/url_helper.php
diff options
context:
space:
mode:
authorMichael Foss <michael@mikefoss.com>2015-06-13 02:22:39 +0200
committerMichael Foss <michael@mikefoss.com>2015-06-13 02:22:39 +0200
commit9409a2a02c1097d14ce30b3587011a7cd00d046c (patch)
treeed851b234475fd4764e5d36ab7aec31b4ae51e9d /system/helpers/url_helper.php
parent29de16588458b1abc1b2fb4d125bd9fe04e755c6 (diff)
Fix typo in url_title function description.
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)