commit | bf0488b59daaa9a77a72289b00a5ee807d907286 | [log] [tgz] |
---|---|---|
author | ftwbzhao <b.zhao1@gmail.com> | Mon Jul 06 17:48:08 2015 +0800 |
committer | ftwbzhao <b.zhao1@gmail.com> | Mon Jul 06 17:50:10 2015 +0800 |
tree | 5fa749ee37809308dbbd936747856f1f3a8c9b78 | |
parent | c79a62c5c43c75a3dbc0af77433694340b235047 [diff] [blame] |
fix typo in router class
diff --git a/system/core/Router.php b/system/core/Router.php index f91d3f6..0510005 100644 --- a/system/core/Router.php +++ b/system/core/Router.php
@@ -105,7 +105,7 @@ /** * Enable query strings flag * - * Determines wether to use GET parameters or segment URIs + * Determines whether to use GET parameters or segment URIs * * @var bool */