From: Florian Forster Date: Wed, 13 Dec 2023 14:37:13 +0000 (+0100) Subject: src/daemon/metric.h: Fix typos in doc comment. X-Git-Tag: 6.0.0-rc0~37^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c0be4c45b588a401cbeff6bbb718db73c2c974b;p=thirdparty%2Fcollectd.git src/daemon/metric.h: Fix typos in doc comment. Co-authored-by: Eero Tamminen --- diff --git a/src/daemon/metric.h b/src/daemon/metric.h index 35fdf6dad..d6e1e4546 100644 --- a/src/daemon/metric.h +++ b/src/daemon/metric.h @@ -122,8 +122,8 @@ metric_t *metric_parse_identity(char const *s); * label that does not exist is *not* an error. */ int metric_label_set(metric_t *m, char const *name, char const *value); -/* metric_resource_attribute_update adds, updates, or deleted a resource - * attribute. If "value" is NULL or the empty string, the attribute is removed. +/* metric_resource_attribute_update adds, updates, or deletes a resource + * attribute. If "value" is NULL or an empty string, the attribute is removed. * Removing an attribute that does not exist is *not* an error. */ int metric_resource_attribute_update(metric_t *m, char const *name, char const *value);