projects
/
tinc
/ 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
020dfa0
..
e487e34
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;
}