From 51984eda5fac634031e291884bca5249346ceeec Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 14 Feb 2014 04:08:55 +0100 Subject: fix typo --- check_mem | 4 ++-- 1 file 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]]]", ); -- cgit v1.2.3-1-g7c22