]> git.itanic.dy.fi Git - rrdd/commitdiff
process: Trivial typo fix
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 10 Jul 2016 06:29:44 +0000 (09:29 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 10 Jul 2016 06:29:44 +0000 (09:29 +0300)
Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
process.c

index d4581065bc34bd416427dd636189d6e97bfdaa32..1b06e598c04ee58c5a8e0ebbc53c298c45b44554 100644 (file)
--- 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);