summaryrefslogtreecommitdiffstats
path: root/system/core/Router.php
diff options
context:
space:
mode:
authorCalvin Tam <calvintam236@gmail.com>2015-07-24 11:27:24 +0200
committerCalvin Tam <calvintam236@gmail.com>2015-07-24 11:27:24 +0200
commit55bc50578b9f1aa3fd71cb427848b21748655690 (patch)
tree7daf6ccc5dd522cbb58ae8a2846eb4d749a711bf /system/core/Router.php
parentab494d564262f9ad30dc2f57a78b8aceee5e657d (diff)
Fixed typos
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 af87a305a..ab5246a1f 100644
--- a/system/core/Router.php
+++ b/system/core/Router.php
@@ -494,7 +494,7 @@ class CI_Router {
* Set directory name
*
* @param string $dir Directory name
- * @param bool $appent Whether we're appending rather than setting the full value
+ * @param bool $append Whether we're appending rather than setting the full value
* @return void
*/
public function set_directory($dir, $append = FALSE)