summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-04-28 08:32:56 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-04-28 08:32:56 +0200
commitb3d7443021c948134f14dfa83afda39f0f51fc80 (patch)
treeafc1e79b7751801ddcaffab56a4f48f387066f97 /system
parentfe11f14a62a5a761c790621c7c3f5a79d9d0c741 (diff)
parent827b3f0f6fa3fd62f0276908f38d23a4165f0f41 (diff)
Merge pull request #1302 from chrisberthe/important_spelling_fix
Important spelling fix to CodeIgniter.php
Diffstat (limited to 'system')
-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.
*
*/