Merge pull request #385 from ccin2p3/libvirt-plugin-instance
[collectd.git] / src / write_riemann.c
index 9d2b539..780bccb 100644 (file)
@@ -154,7 +154,7 @@ static int riemann_connect(struct riemann_host *host) /* {{{ */
                }
 
                host->flags |= F_CONNECT;
-               DEBUG("write_riemann plugin: got a succesful connection for: %s:%s",
+               DEBUG("write_riemann plugin: got a successful connection for: %s:%s",
                                node, service);
                break;
        }