summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-08-01 08:07:27 +0000
committerDries Buytaert <dries@buytaert.net>2004-08-01 08:07:27 +0000
commit619bb4a4ff6d69b073c65fd4f0bd84453b3c56ca (patch)
tree698bcc223495f97a7b7735158aab2f5dfd4b2dca /update.php
parent8f40571dbb09c64e79aeebf00a7cabd019e2bbce (diff)
downloadbrdo-619bb4a4ff6d69b073c65fd4f0bd84453b3c56ca.tar.gz
brdo-619bb4a4ff6d69b073c65fd4f0bd84453b3c56ca.tar.bz2
- Patch by Junyor: fixed typo: 'peformed' -> 'performed'
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 82ba29327..39cbe5c7a 100644
--- a/update.php
+++ b/update.php
@@ -90,7 +90,7 @@ function update_page() {
$dates[$i] = "No updates available";
// make update form and output it.
- $form .= form_select("Perform updates from", "start", (isset($selected) ? $selected : -1), $dates, "This defaults to the first available update since the last update you peformed.");
+ $form .= form_select("Perform updates from", "start", (isset($selected) ? $selected : -1), $dates, "This defaults to the first available update since the last update you performed.");
$form .= form_submit("Update");
print update_page_header("Drupal database update");
print form($form);