From 35cb18f888ff237e864a9a7497462da1ef7b24a8 Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Sun, 3 Apr 2016 19:15:47 +0100 Subject: [PATCH] fix spelling error --- src/plugins_d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins_d.c b/src/plugins_d.c index 09295fb4..93dd29d6 100755 --- a/src/plugins_d.c +++ b/src/plugins_d.c @@ -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)); } -- 2.39.2