summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck_mem4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_mem b/check_mem
index 009f067..702273b 100755
--- a/check_mem
+++ b/check_mem
@@ -26,13 +26,13 @@ sub init_nagios_plugin() {
$plugin->add_arg(
spec => 'w|warning=s',
- help => "Warning thresholds for the differnet memory types (VM, RSS, ANON, LOCK).",
+ help => "Warning thresholds for the different memory types (VM, RSS, ANON, LOCK).",
label => "RANGE[,RANGE[,RANGE[,RANGE]]]",
);
$plugin->add_arg(
spec => 'c|critical=s',
- help => "Critical thresholds for the differnet memory types (VM, RSS, ANON, LOCK).",
+ help => "Critical thresholds for the different memory types (VM, RSS, ANON, LOCK).",
label => "RANGE[,RANGE[,RANGE[,RANGE]]]",
);