]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fixed typo in error message 882/head
authornirgal <nirgal@users.noreply.github.com>
Thu, 29 Mar 2018 08:34:08 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Mar 2018 08:34:08 +0000 (10:34 +0200)
src/rrd_daemon.c

index b061437c879778822d2bb79c97a05ea22b82f883..02cd0520c72fc03c51192c6ee689387c5ca7eeb6 100644 (file)
@@ -591,7 +591,7 @@ static int check_pidfile(void)
   if (ftruncate(pid_fd, 0) == -1)
   {
     fprintf(stderr,
-            "FATAL: Faild to truncate stale PID file. (pid %d)\n", pid);
+            "FATAL: Failed to truncate stale PID file. (pid %d)\n", pid);
     close(pid_fd);
     return -1;
   }