]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Spelling fixes 870/head
authorJean-Michel Vourgère <nirgal@debian.org>
Mon, 5 Feb 2018 15:32:58 +0000 (16:32 +0100)
committerJean-Michel Vourgère <nirgal@debian.org>
Mon, 5 Feb 2018 15:32:58 +0000 (16:32 +0100)
doc/rrdcached.pod
src/rrd_daemon.c

index bcbb1c52a613454861587cfaf01bd73c709fe353..cc60dcf47835ec9f6aadc55206bc0a148fb02ac9 100644 (file)
@@ -130,7 +130,7 @@ administrators of I<RRDCacheD> 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<FLUSH> and C<PENDING> commands one could specify:
+For example, to allow one the C<FLUSH> and C<PENDING> commands one could specify:
 
   rrdcached -P FLUSH,PENDING $MORE_ARGUMENTS
 
index 1827715512be28d54d5300c228de5c65a486dc3a..b061437c879778822d2bb79c97a05ea22b82f883 100644 (file)
@@ -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) */