diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-10-03 23:57:02 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-10-03 23:57:44 -0700 |
commit | db5bfb425a0571c2bc6fe164bc2fea4df60065e4 (patch) | |
tree | 92a221334c300bde476309a41203753ceb342c6c | |
parent | 608170400f34ff0bbc25b6d3d5ad50ceb740f529 (diff) | |
download | brdo-db5bfb425a0571c2bc6fe164bc2fea4df60065e4.tar.gz brdo-db5bfb425a0571c2bc6fe164bc2fea4df60065e4.tar.bz2 |
Issue #1802844 by antojose: Fixed 'have to' repeated twice as 'have to have to' in the comment for the function hook_module_implements_alter() in system.api.php.
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 7bf637ec0..fe087415a 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1980,7 +1980,7 @@ function hook_mail_alter(&$message) { * purposes of hook_module_implements_alter(), these variants are treated as * a single hook. Thus, to ensure that your implementation of * hook_form_FORM_ID_alter() is called at the right time, you will have to - * have to change the order of hook_form_alter() implementation in + * change the order of hook_form_alter() implementation in * hook_module_implements_alter(). * * @param $implementations |