X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fcommon.h;h=addf06d336baddd3036e2c4933f42e258774ecdc;hb=24b87484c7fd2e0998682db6f77e54d8cdc459d4;hp=8cd4e22c41a77023bcc5f5d471c6be65daab14de;hpb=063e81d76677a3b52c5d8a1fbfbdf2bf87a75cee;p=collectd.git diff --git a/src/daemon/common.h b/src/daemon/common.h index 8cd4e22c..addf06d3 100644 --- a/src/daemon/common.h +++ b/src/daemon/common.h @@ -358,7 +358,7 @@ ssize_t read_file_contents(char const *filename, char *buf, size_t bufsize); counter_t counter_diff(counter_t old_value, counter_t new_value); /* Convert a rate back to a value_t. When converting to a derive_t, counter_t - * or absoltue_t, take fractional residuals into account. This is important + * or absolute_t, take fractional residuals into account. This is important * when scaling counters, for example. * Returns zero on success. Returns EAGAIN when called for the first time; in * this case the value_t is invalid and the next call should succeed. Other