diff --git a/src/options.c b/src/options.c index 029c949..7d034ef 100644 --- a/src/options.c +++ b/src/options.c @@ -956,7 +956,7 @@ bool get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable, if (!opt->experimental_backends) { log_warn("Dual-kawase blur is not implemented by the legacy " "backends, you must use the `experimental-backends` " - "option`."); + "option."); } }