From 67ec8995fea6158e13946b4d4ae51ee715fd823a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 6 Jul 2009 18:16:30 +0200 Subject: [PATCH] src/utils_threshold.c: Fix a typo. --- src/utils_threshold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils_threshold.c b/src/utils_threshold.c index 16f9bd2e..d51789db 100644 --- a/src/utils_threshold.c +++ b/src/utils_threshold.c @@ -782,7 +782,7 @@ static int ut_check_one_threshold (const data_set_t *ds, if (sum == 0.0) { - WARNING ("Values sum for percentage seems up to zero"); + WARNING ("Values sum for percentage sums up to zero"); return(STATE_WARNING); } -- 2.11.0