From: Florian Forster Date: Mon, 6 Jul 2009 16:16:30 +0000 (+0200) Subject: src/utils_threshold.c: Fix a typo. X-Git-Tag: collectd-4.8.0~82 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=67ec8995fea6158e13946b4d4ae51ee715fd823a src/utils_threshold.c: Fix a typo. --- 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); }