options: fix typo

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2020-09-08 07:17:56 +01:00
parent 7d32783d9e
commit 699ff9bc82
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 1 additions and 1 deletions

View File

@ -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.");
}
}