Skip to content

Commit

Permalink
options: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
  • Loading branch information
yshui committed Sep 8, 2020
1 parent 7d32783 commit 699ff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
}

Expand Down

0 comments on commit 699ff9b

Please sign in to comment.