Module: check_mk
Branch: master
Commit: 73227cadf4cc9c8b4ff00ce6e39a8f4b231220b6
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=73227cadf4cc9c…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Fri Aug 28 15:42:09 2015 +0200
fixed typo in comment
---
notifications/mail | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/notifications/mail b/notifications/mail
index 2e993e4..3ceb71b 100755
--- a/notifications/mail
+++ b/notifications/mail
@@ -544,7 +544,7 @@ def construct_content(context):
html_info = "Custom Notification (while " + html_state + ")"
else:
- txt_info = notification_type # Should neven happen
+ txt_info = notification_type # Should never happen
if not html_info:
html_info = txt_info