Fixed some typos

This commit is contained in:
Tomi Ollila 2024-01-04 19:42:26 +02:00 committed by Johan Malm
parent 6cf19d1cdb
commit 785a34e8ad
7 changed files with 10 additions and 10 deletions

View file

@ -205,7 +205,7 @@ new_output_notify(struct wl_listener *listener, void *data)
/*
* Configures the output created by the backend to use our allocator
* and our renderer. Must be done once, before commiting the output
* and our renderer. Must be done once, before committing the output
*/
if (!wlr_output_init_render(wlr_output, server->allocator,
server->renderer)) {
@ -492,7 +492,7 @@ handle_output_manager_apply(struct wl_listener *listener, void *data)
}
/*
* Take the way outputs are currently configured/layed out and turn that into
* Take the way outputs are currently configured/laid out and turn that into
* a struct that we send to clients via the wlr_output_configuration v1
* interface
*/