X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprocess.c;h=e487e348dd5a0fb778e862c7c7fd8626993f6f66;hp=020dfa0db65f59561c58ca81c260c7b1e834d329;hb=724d79e88051b9c50704424c1cda2cedcf87dba0;hpb=fb5fcc575d25a51acf73d476f63ce72f30cda6c2 diff --git a/src/process.c b/src/process.c index 020dfa0d..e487e348 100644 --- a/src/process.c +++ b/src/process.c @@ -254,7 +254,7 @@ static bool write_pidfile(void) { /* if it's locked, write-protected, or whatever */ if(!write_pid(pidfilename)) { - fprintf(stderr, "Could write pid file %s: %s\n", pidfilename, strerror(errno)); + fprintf(stderr, "Couldn't write pid file %s: %s\n", pidfilename, strerror(errno)); return false; }