projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3221349
)
ceph plugin: Fix comment typo.
author
Florian Forster
<octo@collectd.org>
Wed, 4 Oct 2017 20:29:28 +0000
(22:29 +0200)
committer
Florian Forster
<octo@collectd.org>
Wed, 4 Oct 2017 20:29:28 +0000
(22:29 +0200)
src/ceph.c
patch
|
blob
|
history
diff --git
a/src/ceph.c
b/src/ceph.c
index
c2284cb
..
8bee8e8
100644
(file)
--- 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
- * in
t
put 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) {