projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c3cc0
)
Fix a typo.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 8 Jun 2013 11:44:29 +0000
(13:44 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 8 Jun 2013 11:44:29 +0000
(13:44 +0200)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 020dfa0db65f59561c58ca81c260c7b1e834d329..e487e348dd5a0fb778e862c7c7fd8626993f6f66 100644
(file)
--- 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, "Could
n't
write pid file %s: %s\n", pidfilename, strerror(errno));
return false;
}