]> arthur.barton.de Git - netdata.git/commitdiff
Merge pull request #165 from mcnewton/spelluseful
authorCosta Tsaousis <costa@tsaousis.gr>
Sun, 3 Apr 2016 19:07:16 +0000 (22:07 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Sun, 3 Apr 2016 19:07:16 +0000 (22:07 +0300)
fix spelling error

src/plugins_d.c

index 09295fb49196937e6a4ec7cc17edd8db6bc675ec..93dd29d6e2d5bbf7b584456305be13bb7072d9c0 100644 (file)
@@ -406,7 +406,7 @@ void *pluginsd_worker_thread(void *arg)
                }
 
                if(unlikely(!count && cd->enabled)) {
-                       error("PLUGINSD: '%s' (pid %d) does not generate usefull output. Waiting a bit before starting it again.", cd->fullfilename, cd->pid);
+                       error("PLUGINSD: '%s' (pid %d) does not generate useful output. Waiting a bit before starting it again.", cd->fullfilename, cd->pid);
                        sleep((unsigned int) (cd->update_every * 10));
                }