From b8f3504b218f96c63ae6943476b6fcbdd31df21c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 9 Apr 2007 02:03:32 +0000 Subject: typo fix --- user_guide/general/managing_apps.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/general/managing_apps.html') diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html index 558e202ab..5d20efac7 100644 --- a/user_guide/general/managing_apps.html +++ b/user_guide/general/managing_apps.html @@ -68,7 +68,7 @@ Code Igniter installation, or even to rename or relocate your applicationRenaming the Application Folder -

If you would like to rename your applicaiton folder you may do so as long as you open your main index.php +

If you would like to rename your application folder you may do so as long as you open your main index.php file and set its name using the $application_folder variable:

$application_folder = "application"; -- cgit v1.2.3-24-g4f1b