diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/URI.php | 2 | ||||
-rw-r--r-- | system/libraries/Unit_test.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/URI.php b/system/libraries/URI.php index c3dfef1d8..668b1ee01 100644 --- a/system/libraries/URI.php +++ b/system/libraries/URI.php @@ -237,7 +237,7 @@ class CI_URI { * Re-index Segments
*
* This function re-indexes the $this->segment array so that it
- * starts at 1 rather then 0. Doing so makes it simpler to
+ * starts at 1 rather than 0. Doing so makes it simpler to
* use functions like $this->uri->segment(n) since there is
* a 1:1 relationship between the segment array and the actual segments.
*
diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index e53e04c15..de2ab7306 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -150,7 +150,7 @@ class CI_Unit_test { /**
* Use strict comparison
*
- * Causes the evaluation to use === rather then ==
+ * Causes the evaluation to use === rather than ==
*
* @access public
* @param bool
|