From: Timo Kokkonen Date: Sun, 10 Jul 2016 06:29:44 +0000 (+0300) Subject: process: Trivial typo fix X-Git-Url: http://git.itanic.dy.fi/?p=rrdd;a=commitdiff_plain;h=b3f5ca5a7ce0d5d409bb4a7bf4e4686a0a55f6a4 process: Trivial typo fix Signed-off-by: Timo Kokkonen --- diff --git a/process.c b/process.c index d458106..1b06e59 100644 --- a/process.c +++ b/process.c @@ -178,7 +178,7 @@ int queue_work(unsigned int priority, char *name, workers_active++; mutex_unlock(&work_stats_mutex); - pr_info("Creting new worker thread\n"); + pr_info("Creating new worker thread\n"); /* We need a worker thread, create one */ thread = calloc(sizeof(*thread), 1); pthread_create(thread, NULL, worker_thread, NULL);