projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79dee3a
)
src/utils_threshold.c: Fix a typo.
author
Florian Forster
<octo@huhu.verplant.org>
Mon, 6 Jul 2009 16:16:30 +0000
(18:16 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Mon, 6 Jul 2009 16:16:30 +0000
(18:16 +0200)
src/utils_threshold.c
patch
|
blob
|
history
diff --git
a/src/utils_threshold.c
b/src/utils_threshold.c
index
16f9bd2
..
d51789d
100644
(file)
--- 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 s
ee
ms up to zero");
+ WARNING ("Values sum for percentage s
u
ms up to zero");
return(STATE_WARNING);
}