summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-12-04 10:23:21 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-12-04 10:23:21 -0800
commit1c9951157cded9cc2c38d279aa61bb80894b1b4f (patch)
treeb0ba5dbb2a72442ea54b0ec78e5136515311e880
parent619dc887e15217db5446b5ceb3a45aca2827dc4e (diff)
downloadbrdo-1c9951157cded9cc2c38d279aa61bb80894b1b4f.tar.gz
brdo-1c9951157cded9cc2c38d279aa61bb80894b1b4f.tar.bz2
Issue #1853574 by Albert Volkman: Fix spelling error in drupal_mail_system() docs
-rw-r--r--includes/mail.inc4
1 files changed, 2 insertions, 2 deletions
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}".
*