From c1b4b7727301d844424943c9420b7174b051f88c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Michel=20Vourg=C3=A8re?= Date: Mon, 5 Feb 2018 16:32:58 +0100 Subject: [PATCH] Spelling fixes --- doc/rrdcached.pod | 2 +- src/rrd_daemon.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod index bcbb1c52..cc60dcf4 100644 --- a/doc/rrdcached.pod +++ b/doc/rrdcached.pod @@ -130,7 +130,7 @@ administrators of I to control the actions accepted from various sources. The arguments given to the B<-P> option is a comma separated list of commands. -For example, to allow the C and C commands one could specify: +For example, to allow one the C and C commands one could specify: rrdcached -P FLUSH,PENDING $MORE_ARGUMENTS diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index 18277155..b061437c 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -394,7 +394,7 @@ static void* signal_receiver (void UNUSED(*args)) switch(status) { case -1: - RRDD_LOG(LOG_NOTICE, "%s: %s (May be OK if occuring while attaching/attached to strace, gdb, etc)\nerrno: %d", __func__, "Signal wait failed.", errno); + RRDD_LOG(LOG_NOTICE, "%s: %s (May be OK if occurring while attaching/attached to strace, gdb, etc)\nerrno: %d", __func__, "Signal wait failed.", errno); break; case SIGINT: @@ -4209,7 +4209,7 @@ static int daemonize (void) /* {{{ */ RRDD_LOG (LOG_ERR, "failed to open /dev/null.\n"); } if (dup(0) == -1 || dup(0) == -1){ - RRDD_LOG (LOG_ERR, "faild to run dup.\n"); + RRDD_LOG (LOG_ERR, "failed to run dup.\n"); } } /* if (!stay_foreground) */ -- 2.47.2