summaryrefslogtreecommitdiffstats
path: root/system/core/Router.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-04-08 16:19:24 +0200
committerAndrey Andreev <narf@devilix.net>2015-04-08 16:19:24 +0200
commit1924eb37cc5488be7560a8a754663bba6a47a5e4 (patch)
tree056f46b20bb71dc71fb5a659a7793ad17e01b132 /system/core/Router.php
parent0531744e693dbd90b92787cb6dec1f630c6fa97f (diff)
[ci skip] Fix comment typos
https://github.com/bcit-ci/CodeIgniter/pull/3748#issuecomment-90925762
Diffstat (limited to 'system/core/Router.php')
-rw-r--r--system/core/Router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Router.php b/system/core/Router.php
index eb3da2285..f91d3f6ec 100644
--- a/system/core/Router.php
+++ b/system/core/Router.php
@@ -493,7 +493,7 @@ class CI_Router {
* Set directory name
*
* @param string $dir Directory name
- * @param bool $appent Whether we're appending rather then setting the full value
+ * @param bool $appent Whether we're appending rather than setting the full value
* @return void
*/
public function set_directory($dir, $append = FALSE)