summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-25 22:10:57 -0400
committerDries Buytaert <dries@buytaert.net>2011-04-25 22:10:57 -0400
commit2681b059ff566314d172a07925a835a2ab782e99 (patch)
tree171597650264bca2a15d390c544872156fd41450 /includes
parentb130c2f71f43ee4f202ac63ffd664d5acd7012f6 (diff)
downloadbrdo-2681b059ff566314d172a07925a835a2ab782e99.tar.gz
brdo-2681b059ff566314d172a07925a835a2ab782e99.tar.bz2
- Patch #1097538 by davidtrainer: update drupal_set_message() docs.
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 110426a03..e8ea605b5 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -1516,7 +1516,7 @@ function watchdog($type, $message, $variables = array(), $severity = WATCHDOG_NO
*
* @param $message
* The message to be displayed to the user. For consistency with other
- * messages, it should begin with a capital letter and end with period.
+ * messages, it should begin with a capital letter and end with a period.
* @param $type
* The type of the message. One of the following values are possible:
* - 'status'