mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
options: fix typo
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
7d32783d9e
commit
699ff9bc82
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue