From af53fca83397bfb0a9b5f2c698e74d0bc3c21734 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 25 Apr 2011 22:11:13 -0400 Subject: [PATCH] - Patch #1097538 by davidtrainer: update drupal_set_message() docs. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 7cb97d220468..2809d10f3447 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' -- GitLab