From 1c9951157cded9cc2c38d279aa61bb80894b1b4f Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 4 Dec 2012 10:23:21 -0800 Subject: Issue #1853574 by Albert Volkman: Fix spelling error in drupal_mail_system() docs --- includes/mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/mail.inc b/includes/mail.inc index 8479d8e9b..630494ae5 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -212,9 +212,9 @@ function drupal_mail($module, $key, $to, $language, $params = array(), $from = N * 'mail_system', which is a keyed array. The default implementation * is the class whose name is the value of 'default-system' key. A more specific * match first to key and then to module will be used in preference to the - * default. To specificy a different class for all mail sent by one module, set + * default. To specify a different class for all mail sent by one module, set * the class name as the value for the key corresponding to the module name. To - * specificy a class for a particular message sent by one module, set the class + * specify a class for a particular message sent by one module, set the class * name as the value for the array key that is the message id, which is * "${module}_${key}". * -- cgit v1.2.3