projects
/
mnemon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ea9ef
)
Fix typo in error message
author
Carl Worth
<cworth@cworth.org>
Tue, 17 Apr 2007 20:08:23 +0000
(13:08 -0700)
committer
Carl Worth
<cworth@cworth.org>
Tue, 17 Apr 2007 20:08:23 +0000
(13:08 -0700)
mnemon.c
patch
|
blob
|
history
diff --git
a/mnemon.c
b/mnemon.c
index 6600798c77d9f29429e6f1bc18633008e0d3452f..ea2e0a1e06c5ecbf1d18da1943cb09ea1ec58871 100644
(file)
--- a/
mnemon.c
+++ b/
mnemon.c
@@
-543,7
+543,7
@@
mnemon_save (mnemon_t *mnemon)
err = rename (lock_filename, filename);
if (err < 0) {
- fprintf (stderr, "Error: Faile
s
to rename %s to %s: %s\n",
+ fprintf (stderr, "Error: Faile
d
to rename %s to %s: %s\n",
lock_filename, filename, strerror (errno));
continue;
}