aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-dotlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/t-dotlock.c')
-rw-r--r--common/t-dotlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/t-dotlock.c b/common/t-dotlock.c
index f81b95276..d5094264b 100644
--- a/common/t-dotlock.c
+++ b/common/t-dotlock.c
@@ -92,7 +92,7 @@ lock_and_unlock (const char *fname)
h = dotlock_create (fname, 0);
if (!h)
- die ("error creating lock file for `%s': %s", fname, strerror (errno));
+ die ("error creating lock file for '%s': %s", fname, strerror (errno));
inf ("lock created");
while (!ctrl_c_pending)