From b96c6c14d2f31c6ec0530ffad568b94de2bce363 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Thu, 12 Sep 2019 22:27:58 +0100 Subject: [PATCH] misc: fix spelling issues Signed-off-by: Sami Kerola --- man/dhcpd-pools.1.in | 4 ++-- tests/expected/sorts | 2 +- tests/sorts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/dhcpd-pools.1.in b/man/dhcpd-pools.1.in index 91bc53a..2179163 100644 --- a/man/dhcpd-pools.1.in +++ b/man/dhcpd-pools.1.in @@ -156,7 +156,7 @@ printed. .TP \fB\-\-color\fR=\fIwhen\fR Use yellow for warning, red for critical, green for suppressed by \-\-minsize -and blue when \-\-snet\-alarms is the cause of supression or shared network +and blue when \-\-snet\-alarms is the cause of suppression or shared network does not have any ranges. The .I when string can be @@ -183,7 +183,7 @@ can be one of the following: .IR minsize , or .IR suppressed . -The skipping criterias are exact match with colors in \-\-color option. +The skipping criteria is exact match with colors in \-\-color option. .TP \fB\-\-warning\fR=\fIpercent\fR Turn on alarm output format, and specify percentage number which will diff --git a/tests/expected/sorts b/tests/expected/sorts index c6a6f21..b5f1dc7 100644 --- a/tests/expected/sorts +++ b/tests/expected/sorts @@ -34,7 +34,7 @@ Sum of all ranges: name max cur percent touch t+c t+c perc All networks 100 43 43.000 0 43 43.000 0 -== maxium == +== maximum == Ranges: shared net name first ip last ip max cur percent touch t+c t+c perc All networks 10.4.0.1 - 10.4.0.20 20 5 25.000 0 5 25.000 diff --git a/tests/sorts b/tests/sorts index 74185cb..bc6b9be 100755 --- a/tests/sorts +++ b/tests/sorts @@ -20,7 +20,7 @@ dhcpd-pools --config $top_srcdir/tests/confs/complete --leases $top_srcdir/tests echo $? >> tests/outputs/$IAM-too cat tests/outputs/$IAM-too >> tests/outputs/$IAM -echo '== maxium ==' >> tests/outputs/$IAM +echo '== maximum ==' >> tests/outputs/$IAM dhcpd-pools --config $top_srcdir/tests/confs/complete --leases $top_srcdir/tests/leases/complete \ --sort=m --output=tests/outputs/$IAM-too echo $? >> tests/outputs/$IAM-too