From: Florian Forster Date: Wed, 4 Oct 2017 20:29:28 +0000 (+0200) Subject: ceph plugin: Fix comment typo. X-Git-Tag: collectd-5.8.0~58 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=3bd15a49e44e568449ea2909be986ef6940eaffb ceph plugin: Fix comment typo. --- diff --git a/src/ceph.c b/src/ceph.c index c2284cb3..8bee8e88 100644 --- a/src/ceph.c +++ b/src/ceph.c @@ -418,7 +418,7 @@ static void ceph_daemon_free(struct ceph_daemon *d) { } /* compact_ds_name removed the special characters ":", "_", "-" and "+" from the - * intput string. Characters following these special characters are capitalized. + * input string. Characters following these special characters are capitalized. * Trailing "+" and "-" characters are replaces with the strings "Plus" and * "Minus". */ static int compact_ds_name(char *buffer, size_t buffer_size, char const *src) {