[exim-cvs] Fix typo in readconf.c

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix typo in readconf.c
Gitweb: https://git.exim.org/exim.git/commitdiff/f04f90474bcc7b3fb1a6e03500259448de666f18
Commit:     f04f90474bcc7b3fb1a6e03500259448de666f18
Parent:     bce15b62182d356f86e7a0bdbb513cbb22de1a20
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Thu May 3 09:22:53 2018 +0200
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Thu May 3 09:24:18 2018 +0200


    Fix typo in readconf.c
---
 src/src/readconf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/readconf.c b/src/src/readconf.c
index 658719d..919fbc2 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;