summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorChris Berthe <chrisberthe@gmail.com>2012-04-28 05:36:54 +0200
committerChris Berthe <chrisberthe@gmail.com>2012-04-28 05:36:54 +0200
commit827b3f0f6fa3fd62f0276908f38d23a4165f0f41 (patch)
treeafc1e79b7751801ddcaffab56a4f48f387066f97 /system/core/CodeIgniter.php
parentfe11f14a62a5a761c790621c7c3f5a79d9d0c741 (diff)
Important spelling fix to CodeIgniter.php file
Diffstat (limited to 'system/core/CodeIgniter.php')
-rwxr-xr-xsystem/core/CodeIgniter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index 793c4687e..349f9f2d0 100755
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -153,7 +153,7 @@
*
* Note: Order here is rather important as the UTF-8
* class needs to be used very early on, but it cannot
- * properly determine if UTf-8 can be supported until
+ * properly determine if UTF-8 can be supported until
* after the Config class is instantiated.
*
*/