instance: fix typo in error message
[oweals/procd.git] / service / instance.c
index 342199a47370aaef4159b249de6edd9315b33fe5..ee258687c3cf8f1202a01d848c88217b2a793fdb 100644 (file)
@@ -270,7 +270,7 @@ instance_removepid(struct service_instance *in) {
        if (!in->pidfile)
                return 0;
        if (unlink(in->pidfile)) {
-               ERROR("Failed to removed pidfile: %s: %m\n", in->pidfile);
+               ERROR("Failed to remove pidfile: %s: %m\n", in->pidfile);
                return 1;
        }
        return 0;