diff options
author | Jan Wagner <waja@cyconet.org> | 2014-06-23 22:33:29 +0200 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-06-23 22:33:29 +0200 |
commit | 580bdd286379f6d8b678b9a7472572cfa2684aaf (patch) | |
tree | 129f003f002684c312fb1b76a89d6922a6606d91 | |
parent | 9ac3fe7d5036e7a3672e32e87db4c252209c862a (diff) | |
download | monitoring-plugins-580bdd286379f6d8b678b9a7472572cfa2684aaf.tar.gz |
check_ide_smart: Fixing spelling bug
-rw-r--r-- | plugins/check_ide_smart.c | 2 | ||||
-rw-r--r-- | po/de.po | 2 | ||||
-rw-r--r-- | po/fr.po | 2 | ||||
-rw-r--r-- | po/monitoring-plugins.pot | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 55faacce..47605e96 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -419,7 +419,7 @@ nagios (values_t * p, thresholds_t * t) status=STATE_OK; break; default: - printf (_("ERROR - Status '%d' unkown. %d/%d tests passed\n"), status, + printf (_("ERROR - Status '%d' unknown. %d/%d tests passed\n"), status, passed, total); status = STATE_UNKNOWN; break; @@ -5360,7 +5360,7 @@ msgstr "" #: plugins/check_ide_smart.c:441 #, c-format -msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n" +msgid "ERROR - Status '%d' unknown. %d/%d tests passed\n" msgstr "" #: plugins/check_ide_smart.c:474 @@ -5448,7 +5448,7 @@ msgstr "OK - En fonctionnement (%d/%d les tests on été réussi)\n" #: plugins/check_ide_smart.c:441 #, c-format -msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n" +msgid "ERROR - Status '%d' unknown. %d/%d tests passed\n" msgstr "ERREUR - État '%d' inconnu. %d/%d les tests on réussi\n" #: plugins/check_ide_smart.c:474 diff --git a/po/monitoring-plugins.pot b/po/monitoring-plugins.pot index b4743597..8f220e98 100644 --- a/po/monitoring-plugins.pot +++ b/po/monitoring-plugins.pot @@ -5217,7 +5217,7 @@ msgstr "" #: plugins/check_ide_smart.c:441 #, c-format -msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n" +msgid "ERROR - Status '%d' unknown. %d/%d tests passed\n" msgstr "" #: plugins/check_ide_smart.c:474 |