summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc4
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
*/