From 3bd15a49e44e568449ea2909be986ef6940eaffb Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 4 Oct 2017 22:29:28 +0200 Subject: [PATCH] ceph plugin: Fix comment typo. --- src/ceph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0