diff options
author | ftwbzhao <b.zhao1@gmail.com> | 2015-07-06 11:48:08 +0200 |
---|---|---|
committer | ftwbzhao <b.zhao1@gmail.com> | 2015-07-06 11:50:10 +0200 |
commit | bf0488b59daaa9a77a72289b00a5ee807d907286 (patch) | |
tree | 5fa749ee37809308dbbd936747856f1f3a8c9b78 /system | |
parent | c79a62c5c43c75a3dbc0af77433694340b235047 (diff) |
fix typo in router class
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Router.php | 2 |
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 */ |