summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2002-05-16 09:27:43 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2002-05-16 09:27:43 +0000
commit098d9002d82a5b32af2967726293ac14feb43c49 (patch)
tree45f91fe0dceac2c63ea7e7e477c3290466f720d6
parentdeeb4a0f3afe33c0710084cf5617108a694b155e (diff)
downloadbrdo-098d9002d82a5b32af2967726293ac14feb43c49.tar.gz
brdo-098d9002d82a5b32af2967726293ac14feb43c49.tar.bz2
Fixed Typo
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 9629f8f2c..01b03b8ed 100644
--- a/update.php
+++ b/update.php
@@ -617,7 +617,7 @@ function update_info() {
print "ALTER TABLE users ADD rid INT UNSIGNED NOT NULL;\n";
print "</pre></li>\n";
print "<li><p>You might have to by-pass the access check near the bottom of the file called update.php such that you can gain access to the updates: search for <i>user_access()</i>.</p></li>";
- print "<li><p>Choose one of the links below to either upgrade from Drupal 3.x or update from a CVS checkout. The upgrade will by default enable the standard Drupal themes and modules as well as setting some default values. The update will require modules and themes enabled manually under <i>Administer | Site configureation | modules</i>.</p></li>";
+ print "<li><p>Choose one of the links below to either upgrade from Drupal 3.x or update from a CVS checkout. The upgrade will by default enable the standard Drupal themes and modules as well as setting some default values. The update will require modules and themes enabled manually under <i>Administer | Site configuration | modules</i>.</p></li>";
print "<li><p>Go through the various administration pages to change the existing and new settings to your liking.</p></li>\n";
print "<li><p>Remove or disable access to update.php so nobody else can possible tamper with the database.</p></li>\n";
print "<li><p>Thanks for using Drupal!</p></li>\n";