From 2672e95bca7586b0c02a39a1e99c1a3c35605d33 Mon Sep 17 00:00:00 2001 From: Gianluca Varisco Date: Tue, 25 Sep 2012 17:45:12 +0300 Subject: Update plugins/check_disk.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CRITCAL -> CRITICAL typo diff --git a/plugins/check_disk.c b/plugins/check_disk.c index f8e913e..6ba7bdf 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c @@ -856,7 +856,7 @@ print_help (void) printf (" %s\n", "-c, --critical=INTEGER"); printf (" %s\n", _("Exit with CRITICAL status if less than INTEGER units of disk are free")); printf (" %s\n", "-c, --critical=PERCENT%"); - printf (" %s\n", _("Exit with CRITCAL status if less than PERCENT of disk space is free")); + printf (" %s\n", _("Exit with CRITICAL status if less than PERCENT of disk space is free")); printf (" %s\n", "-W, --iwarning=PERCENT%"); printf (" %s\n", _("Exit with WARNING status if less than PERCENT of inode space is free")); printf (" %s\n", "-K, --icritical=PERCENT%"); -- cgit v0.10-9-g596f