1
0
Fork 0
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:
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

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