summaryrefslogtreecommitdiffstats
path: root/system/libraries/URI.php
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-08-31 16:24:56 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-08-31 16:24:56 +0200
commitcb36e34719bf60904bc7fa39dfbcb0fa86310e66 (patch)
tree85fa97cbddd1bc6d25542dadb237d732adde0301 /system/libraries/URI.php
parent53653931de20b3cd41587d02659022e67d1a2d75 (diff)
grammar changes
Diffstat (limited to 'system/libraries/URI.php')
-rw-r--r--system/libraries/URI.php2
1 files changed, 1 insertions, 1 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.
*