ceph plugin: Fix comment typo.
authorFlorian Forster <octo@collectd.org>
Wed, 4 Oct 2017 20:29:28 +0000 (22:29 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 4 Oct 2017 20:29:28 +0000 (22:29 +0200)
src/ceph.c

index c2284cb..8bee8e8 100644 (file)
@@ -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) {