From d967abdf1dab8b23fba39ce2aa35fe09cd5578f5 Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 2 Oct 2011 11:09:00 -0700 Subject: Issue #1054848 by barraponto: Fixing common typos through codespell.py. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index ac594ff85..23ffa577f 100644 --- a/update.php +++ b/update.php @@ -456,7 +456,7 @@ else { $output = update_access_denied_page(); } if (isset($output) && $output) { - // Explictly start a session so that the update.php token will be accepted. + // Explicitly start a session so that the update.php token will be accepted. drupal_session_start(); // We defer the display of messages until all updates are done. $progress_page = ($batch = batch_get()) && isset($batch['running']); -- cgit v1.2.3