mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Fix typos in comments and strings
This commit is contained in:
parent
5bd170b2f3
commit
6305e6327f
12 changed files with 15 additions and 15 deletions
|
|
@ -92,7 +92,7 @@ static bool backend_start(struct wlr_backend *_backend) {
|
|||
wlr_log(L_ERROR, "Failed to create input event on event loop");
|
||||
return false;
|
||||
}
|
||||
wlr_log(L_DEBUG, "libinput sucessfully initialized");
|
||||
wlr_log(L_DEBUG, "libinput successfully initialized");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue