aboutsummaryrefslogtreecommitdiffstats
path: root/lock.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2020-10-14 00:24:36 +0200
committerMatthias Andree <matthias.andree@gmx.de>2020-10-14 00:24:36 +0200
commitb25243446244619ffa24405e9af93442d70c5ed7 (patch)
tree92ff66309e5fd03d798dfa43465d065b6854ea00 /lock.c
parent460c55279cbe55ba56f7068ace6e7cadbb6d6df1 (diff)
downloadfetchmail-b25243446244619ffa24405e9af93442d70c5ed7.tar.gz
fetchmail-b25243446244619ffa24405e9af93442d70c5ed7.tar.bz2
fetchmail-b25243446244619ffa24405e9af93442d70c5ed7.zip
Remove word 'either' that only makes sense in verbose mode.
Diffstat (limited to 'lock.c')
-rw-r--r--lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lock.c b/lock.c
index 9533e25f..985fefe2 100644
--- a/lock.c
+++ b/lock.c
@@ -113,7 +113,7 @@ int fm_lock_state(void)
/* but if we cannot truncate the file either,
* assume that we cannot write to it later,
* complain and quit. */
- report(stderr, GT_("fetchmail: cannot write to lockfile \"%s\" either (%s), exiting\n"),
+ report(stderr, GT_("fetchmail: cannot write to lockfile \"%s\" (%s), exiting\n"),
strerror(errno), lockfile);
exit(PS_EXCLUDE);
}