Fix typos

found them with codespell.

Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
Diego Viola 2024-05-20 10:45:04 -03:00 committed by Wim Taymans
parent 8a24ad3073
commit 7410755c03
45 changed files with 100 additions and 100 deletions

View file

@ -956,7 +956,7 @@ static int rtkit_get_bus(struct impl *impl)
impl->interface = RTKIT_INTERFACE;
} else {
res = -errno;
pw_log_warn("Realtime scheduling disabled: unsufficient realtime privileges, "
pw_log_warn("Realtime scheduling disabled: insufficient realtime privileges, "
"Portal not found on session bus, and no system bus for RTKit: %m");
return res;
}