summaryrefslogtreecommitdiffstats
path: root/system/core/Router.php
diff options
context:
space:
mode:
authorftwbzhao <b.zhao1@gmail.com>2015-07-06 11:48:08 +0200
committerftwbzhao <b.zhao1@gmail.com>2015-07-06 11:50:10 +0200
commitbf0488b59daaa9a77a72289b00a5ee807d907286 (patch)
tree5fa749ee37809308dbbd936747856f1f3a8c9b78 /system/core/Router.php
parentc79a62c5c43c75a3dbc0af77433694340b235047 (diff)
fix typo in router class
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 f91d3f6ec..051000533 100644
--- a/system/core/Router.php
+++ b/system/core/Router.php
@@ -105,7 +105,7 @@ class CI_Router {
/**
* Enable query strings flag
*
- * Determines wether to use GET parameters or segment URIs
+ * Determines whether to use GET parameters or segment URIs
*
* @var bool
*/