commit | 827b3f0f6fa3fd62f0276908f38d23a4165f0f41 | [log] [tgz] |
---|---|---|
author | Chris Berthe <chrisberthe@gmail.com> | Fri Apr 27 23:36:54 2012 -0400 |
committer | Chris Berthe <chrisberthe@gmail.com> | Fri Apr 27 23:36:54 2012 -0400 |
tree | afc1e79b7751801ddcaffab56a4f48f387066f97 | |
parent | fe11f14a62a5a761c790621c7c3f5a79d9d0c741 [diff] |
Important spelling fix to CodeIgniter.php file
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 793c468..349f9f2 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. * */