[monitoring-plugins] check_ide_smart: Fixing spelling bug
Jan Wagner
git at monitoring-plugins.org
Mon Jun 23 22:40:08 CEST 2014
Module: monitoring-plugins
Branch: master
Commit: 580bdd286379f6d8b678b9a7472572cfa2684aaf
Author: Jan Wagner <waja at cyconet.org>
Date: Mon Jun 23 22:33:29 2014 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=580bdd2
check_ide_smart: Fixing spelling bug
---
plugins/check_ide_smart.c | 2 +-
po/de.po | 2 +-
po/fr.po | 2 +-
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 55faacc..47605e9 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;
diff --git a/po/de.po b/po/de.po
index 1b72995..51551ae 100644
--- a/po/de.po
+++ b/po/de.po
@@ -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
diff --git a/po/fr.po b/po/fr.po
index 4eaddf5..d88dfe2 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -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 b474359..8f220e9 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
More information about the Commits
mailing list