summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.php b/update.php
index 48525cb82..9e13b07a6 100644
--- a/update.php
+++ b/update.php
@@ -278,7 +278,7 @@ function update_fix_watchdog() {
* @param $number
* The update number to run.
* @param $context
- * The batch conetxt array
+ * The batch context array
*/
function update_do_one($module, $number, &$context) {
$function = $module .'_update_'. $number;
@@ -387,7 +387,7 @@ function update_batch() {
'operations' => $operations,
'title' => 'Updating',
'init_message' => 'Starting updates',
- 'error_message' => 'An unrecoverable error has occured. You can find the error message below. It is advised to copy it to the clipboard for reference.',
+ 'error_message' => 'An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference.',
'finished' => 'update_finished',
);
batch_set($batch);