dovecot-2.2: config: parser - trivial error message typo

dovecot at dovecot.org dovecot at dovecot.org
Fri Jul 4 11:19:56 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/aee2ce74afa8
changeset: 17603:aee2ce74afa8
user:      Phil Carmody <phil at dovecot.fi>
date:      Fri Jul 04 14:18:25 2014 +0300
description:
config: parser - trivial error message typo
Signed-off-by: Phil Carmody <phil at dovecot.fi>

diffstat:

 src/config/config-parser.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 16d30ea1e692 -r aee2ce74afa8 src/config/config-parser.c
--- a/src/config/config-parser.c	Fri Jul 04 14:17:54 2014 +0300
+++ b/src/config/config-parser.c	Fri Jul 04 14:18:25 2014 +0300
@@ -669,7 +669,7 @@
 			}
 		}
 		if (*line != '{') {
-			*value_r = "Expecting '='";
+			*value_r = "Expecting '{'";
 			return CONFIG_LINE_TYPE_ERROR;
 		}
 	}


More information about the dovecot-cvs mailing list