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. --- authorize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authorize.php') diff --git a/authorize.php b/authorize.php index 9961b54b9..3c0bd7b36 100644 --- a/authorize.php +++ b/authorize.php @@ -74,7 +74,7 @@ drupal_bootstrap(DRUPAL_BOOTSTRAP_SESSION); global $conf; // We have to enable the user and system modules, even to check access and -// display errors via the maintainence theme. +// display errors via the maintenance theme. $module_list['system']['filename'] = 'modules/system/system.module'; $module_list['user']['filename'] = 'modules/user/user.module'; module_list(TRUE, FALSE, FALSE, $module_list); -- cgit v1.2.3