diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-03-16 12:34:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-03-16 12:34:10 +0000 |
commit | bf3dec3e0d58d62019f8e3bf1ba34d545781a40b (patch) | |
tree | 6eb81dcd758a100894bfcbc196154493a041c670 /modules/watchdog.module | |
parent | 59d36699d540646c081a8e71a763e9284a6b3f62 (diff) | |
download | brdo-bf3dec3e0d58d62019f8e3bf1ba34d545781a40b.tar.gz brdo-bf3dec3e0d58d62019f8e3bf1ba34d545781a40b.tar.bz2 |
- Fixed typo: 'messagess' -> 'messages'
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r-- | modules/watchdog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module index 62cb4b456..712c6e372 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -25,7 +25,7 @@ function watchdog_link($type) { menu("admin/watchdog/user", "user messages", "watchdog_admin", $help); menu("admin/watchdog/regular", "regular messages", "watchdog_admin", $help); menu("admin/watchdog/special", "special messages", "watchdog_admin", $help); - menu("admin/watchdog/warning", "warning messagess", "watchdog_admin", $help); + menu("admin/watchdog/warning", "warning messages", "watchdog_admin", $help); menu("admin/watchdog/error", "error messages", "watchdog_admin", $help); menu("admin/watchdog/httpd", "httpd messages", "watchdog_admin", $help); menu("admin/watchdog/view", "view details", "watchdog_admin", $help, 0, 1); // hidden menu |