diff options
author | Andrey Andreev <narf@devilix.net> | 2015-06-13 10:08:07 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-06-13 10:08:07 +0200 |
commit | 0f249c7503a6bde88568d9399fd247cfae9bb234 (patch) | |
tree | ed851b234475fd4764e5d36ab7aec31b4ae51e9d /system | |
parent | 29de16588458b1abc1b2fb4d125bd9fe04e755c6 (diff) | |
parent | 9409a2a02c1097d14ce30b3587011a7cd00d046c (diff) |
Merge pull request #3909 from MichaelFoss/patch-1
[ci skip] Fix a typo in url_title() docblock
Diffstat (limited to 'system')
-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) |