From db5bfb425a0571c2bc6fe164bc2fea4df60065e4 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 3 Oct 2012 23:57:02 -0700 Subject: 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. --- modules/system/system.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3