From cb36e34719bf60904bc7fa39dfbcb0fa86310e66 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 31 Aug 2008 14:24:56 +0000 Subject: grammar changes --- system/libraries/URI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries/URI.php') 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. * -- cgit v1.2.3-24-g4f1b