diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 2 |
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' |