X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fceph.c;h=3accbd3f80d20a8d9b3c5c8e28af961c2d613aa9;hb=8fd8f76dc11064e75e44448d16d35e09e46191a2;hp=62acaf345bf9e5e85daba79ca11013d1a8ca51c4;hpb=db39236c6da4928fe0a740a3d65d61eed7ec7557;p=collectd.git diff --git a/src/ceph.c b/src/ceph.c index 62acaf34..3accbd3f 100644 --- a/src/ceph.c +++ b/src/ceph.c @@ -396,7 +396,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) {