diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-05 05:47:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-05 05:47:37 +0000 |
commit | 38f30507774872ece71c20083f32a930eed3f186 (patch) | |
tree | c9faa319f83051c60abc2706bf84b5615bbabb50 /includes/common.inc | |
parent | a8e11de3d0b64da84d525384988a89ab7662ad5a (diff) | |
download | brdo-38f30507774872ece71c20083f32a930eed3f186.tar.gz brdo-38f30507774872ece71c20083f32a930eed3f186.tar.bz2 |
- Patch #101236 by Uwe Herman: fixed typos in the documentation.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index 91aa22112..6d4ece2c0 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1752,7 +1752,7 @@ function page_set_cache() { * More information in the <a href="http://php.net/manual/en/function.mail.php"> * PHP function reference for mail()</a> * @param $mailkey - * A key to indetify the mail sent, for altering + * A key to identify the mail sent, for altering. * @param $to * The mail address or addresses where the message will be send to. The * formatting of this string must comply with RFC 2822. Some examples are: @@ -1830,7 +1830,7 @@ function drupal_mail($mailkey, $to, $subject, $body, $from = NULL, $headers = ar } /** - * Executs a cron run when called + * Executes a cron run when called * @return * Returns TRUE if ran successfully */ |