diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-05-30 00:16:29 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-05-30 00:16:29 +0000 |
commit | b3fe76c9666b4c7d5d142c73ebab774c4f9a2677 (patch) | |
tree | e26e10b2a6034f42885004816e8b7c1aeab03ff6 /sink.c | |
parent | ed360e6fa5c33214f86875d239ccc922a6633fbd (diff) | |
download | fetchmail-b3fe76c9666b4c7d5d142c73ebab774c4f9a2677.tar.gz fetchmail-b3fe76c9666b4c7d5d142c73ebab774c4f9a2677.tar.bz2 fetchmail-b3fe76c9666b4c7d5d142c73ebab774c4f9a2677.zip |
Typo fix.
svn path=/trunk/; revision=3332
Diffstat (limited to 'sink.c')
-rw-r--r-- | sink.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -767,8 +767,8 @@ int open_sink(struct query *ctl, struct msgblk *msg, */ ctl->mda = FALLBACK_MDA; - report(stderr, _("can't raise the listener; falling back to %s", - FALLBACK_MDA)); + report(stderr, _("can't raise the listener; falling back to %s"), + FALLBACK_MDA); #endif } |