summaryrefslogtreecommitdiffstats
path: root/system/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2011-12-31 17:48:39 +0100
committerAndrey Andreev <narf@bofh.bg>2011-12-31 17:48:39 +0100
commitbb96c8b466cb618c5fd6f004234a137011a7e374 (patch)
tree44d207d9fd0261023f3130120ade26019b08dbe6 /system/libraries
parent8323ae6cebde490bc29141d8dadbdbc07a1c6a4a (diff)
Fix a comment typo
Diffstat (limited to 'system/libraries')
-rw-r--r--system/libraries/Image_lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php
index c175c6740..5f5b5f9d5 100644
--- a/system/libraries/Image_lib.php
+++ b/system/libraries/Image_lib.php
@@ -178,7 +178,7 @@ class CI_Image_lib {
* $matches[1] contains our hex color value, but it might be
* both in the full 6-length format or the shortened 3-length
* value.
- * We'll later need the full version, so if we keep it if it's
+ * We'll later need the full version, so we keep it if it's
* already there and if not - we'll convert to it. We can
* access string characters by their index as in an array,
* so we'll do that and use concatenation to form the final