diff --git a/config.c b/config.c index bf7c77ec..4665eaec 100644 --- a/config.c +++ b/config.c @@ -409,7 +409,7 @@ parse_section_scrollback(const char *key, const char *value, struct config *conf conf->scrollback.indicator.position = SCROLLBACK_INDICATOR_POSITION_RELATIVE; else { LOG_AND_NOTIFY_ERR("%s:%d: [scrollback]: indicator-position must be one of " - "'none', 'fixed' or 'moving'", + "'none', 'fixed' or 'relative'", path, lineno); return false; }