From 72d63cdb448284251a2fccb45f509117e45ea2b9 Mon Sep 17 00:00:00 2001 From: Claudio Galdiolo Date: Mon, 22 Dec 2014 15:18:14 -0500 Subject: fix typo in the comments --- system/core/CodeIgniter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 88e730bc3..b1da42d54 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -145,7 +145,7 @@ if ( ! is_php('5.4')) * The subclass prefix allows CI to know if a core class is * being extended via a library in the local application * "libraries" folder. Since CI allows config items to be - * overriden via data set in the main index.php file, + * overridden via data set in the main index.php file, * before proceeding we need to know if a subclass_prefix * override exists. If so, we will set this value now, * before any classes are loaded -- cgit v1.2.3-24-g4f1b