Module: check_mk
Branch: master
Commit: 9c194c87b0fdb5c055d1c71854a1522b5b7c2521
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=9c194c87b0fdb5…
Author: Konstantin Büttner <kb(a)mathias-kettner.de>
Date: Fri May 29 10:09:09 2015 +0200
Fixed typo
---
web/htdocs/metrics.py | 2 +-
web/plugins/wato/active_checks.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/htdocs/metrics.py b/web/htdocs/metrics.py
index 26ff2cf..1e7882d 100644
--- a/web/htdocs/metrics.py
+++ b/web/htdocs/metrics.py
@@ -355,7 +355,7 @@ def operator_minmax(a, b, func):
v = func(a[0], b[0])
# Use unit and color of the winner. If the winner
# has none (e.g. it is a scalar like 0), then take
- # unit and color of the looser.
+ # unit and color of the loser.
if v == a[0]:
winner = a
loser = b
diff --git a/web/plugins/wato/active_checks.py b/web/plugins/wato/active_checks.py
index db7189b..9488a31 100644
--- a/web/plugins/wato/active_checks.py
+++ b/web/plugins/wato/active_checks.py
@@ -1452,7 +1452,7 @@ register_rule(group,
),
Password(
title = _("Password / Secret"),
- help = _("Valid automation secret or password for the user,
depending on the choosen "
+ help = _("Valid automation secret or password for the user,
depending on the chosen "
"authentication mode."),
allow_empty = False
),