summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-04-09 04:03:32 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-04-09 04:03:32 +0200
commitb8f3504b218f96c63ae6943476b6fcbdd31df21c (patch)
tree8884a07dadea92b36c3279b12e289a79dc0cc2a4
parent72b58ca3afbf507d0b6fcedcecae01cc876ddd1f (diff)
typo fix
-rw-r--r--user_guide/general/managing_apps.html2
1 files changed, 1 insertions, 1 deletions
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 <dfn>application</
<h2>Renaming the Application Folder</h2>
-<p>If you would like to rename your <dfn>applicaiton</dfn> folder you may do so as long as you open your main <kbd>index.php</kbd>
+<p>If you would like to rename your <dfn>application</dfn> folder you may do so as long as you open your main <kbd>index.php</kbd>
file and set its name using the <samp>$application_folder</samp> variable:</p>
<code>$application_folder = "application";</code>