]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
config: parser - trivial error message typo
authorPhil Carmody <phil@dovecot.fi>
Fri, 4 Jul 2014 11:18:25 +0000 (14:18 +0300)
committerPhil Carmody <phil@dovecot.fi>
Fri, 4 Jul 2014 11:18:25 +0000 (14:18 +0300)
Signed-off-by: Phil Carmody <phil@dovecot.fi>
src/config/config-parser.c

index ddff05b1ac7d4622a0728755b1e3bb11d32bb968..bc0b2aa913c73e92e16e05ee6dc1cbd2b1575294 100644 (file)
@@ -669,7 +669,7 @@ config_parse_line(struct config_parser_context *ctx,
                        }
                }
                if (*line != '{') {
-                       *value_r = "Expecting '='";
+                       *value_r = "Expecting '{'";
                        return CONFIG_LINE_TYPE_ERROR;
                }
        }