From d6b34e26b1c780e2085c4eaf8621c614d3738012 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 1 Aug 2016 17:18:31 +0200 Subject: mdeliver: typo --- mdeliver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdeliver.c') diff --git a/mdeliver.c b/mdeliver.c index 7b0a928..fd0c860 100644 --- a/mdeliver.c +++ b/mdeliver.c @@ -37,7 +37,7 @@ gethost() { gethostname(host, sizeof host); // termination not posix guaranteed host[sizeof host - 1] = 0; - // replace / and : with _ + // replace / and : with - char *s; for (s = host; *s; s++) if (*s == '/' || *s == ':') -- cgit 1.4.1