From: Jean-Michel Vourgère Date: Mon, 5 Feb 2018 15:32:58 +0000 (+0100) Subject: Spelling fixes X-Git-Tag: v1.7.1~67^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b4b7727301d844424943c9420b7174b051f88c;p=thirdparty%2Frrdtool-1.x.git Spelling fixes --- 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) */