]> git.proxmox.com Git - mirror_frr.git/blobdiff - tools/start-stop-daemon.c
Merge pull request #3356 from opensourcerouting/router-id-loopbacks
[mirror_frr.git] / tools / start-stop-daemon.c
index 8daeda7402a1b98cd7285b13cf554ee921540486..f2a1e9434bc9d2d848ec4a6591844986444c59f8 100644 (file)
@@ -1013,7 +1013,7 @@ int main(int argc, char **argv)
        if (background) { /* ok, we need to detach this process */
                int i, fd;
                if (quietmode < 0)
-                       printf("Detatching to start %s...", startas);
+                       printf("Detaching to start %s...", startas);
                i = fork();
                if (i < 0) {
                        fatal("Unable to fork.\n");