From: Heiko Schlittermann (HS12-RIPE) Date: Thu, 3 May 2018 07:22:53 +0000 (+0200) Subject: Fix typo in readconf.c X-Git-Tag: exim-4.92-RC1~190 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/f04f90474bcc7b3fb1a6e03500259448de666f18 Fix typo in readconf.c --- diff --git a/src/src/readconf.c b/src/src/readconf.c index 658719dff..919fbc215 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -690,7 +690,7 @@ for (m = macros; m; m = m->next) if (!m->command_line && !redef) { log_write(0, LOG_CONFIG|LOG_PANIC, "macro \"%s\" is already " - "defined (use \"==\" if you want to redefine it", name); + "defined (use \"==\" if you want to redefine it)", name); return FALSE; } break;