diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-02 11:09:00 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-02 11:09:00 -0700 |
commit | d967abdf1dab8b23fba39ce2aa35fe09cd5578f5 (patch) | |
tree | b4c4c404d4683b934b4687ed696b883dd2ec905a /authorize.php | |
parent | 9c42142614fdb292e231766dc778b959d74649c9 (diff) | |
download | brdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.gz brdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.bz2 |
Issue #1054848 by barraponto: Fixing common typos through codespell.py.
Diffstat (limited to 'authorize.php')
-rw-r--r-- | authorize.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |