summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3221349)
raw | patch | inline | side by side (parent: 3221349)
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 c2284cb3baa70d26ad8f7d4a9e09a031158a1929..8bee8e88e42085caf357d611e51160cfd7a3b7e0 100644 (file)
--- a/src/ceph.c
+++ b/src/ceph.c
}
/* 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) {