From 699ff9bc82fc8034dd9d5a1ac0f8810bbd4b06da Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Tue, 8 Sep 2020 07:17:56 +0100 Subject: [PATCH] options: fix typo Signed-off-by: Yuxuan Shui --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); } }