From 38f30507774872ece71c20083f32a930eed3f186 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Dec 2006 05:47:37 +0000 Subject: - Patch #101236 by Uwe Herman: fixed typos in the documentation. --- includes/common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/common.inc') 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 * PHP function reference for mail() * @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 */ -- cgit v1.2.3