Fix typos

Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
tinyboxvk 2025-01-08 23:35:23 -04:00 committed by Johan Malm
parent 4ecedcdb3b
commit 1a6dd845a2
23 changed files with 33 additions and 33 deletions

View file

@ -120,8 +120,8 @@ lab_wlr_scene_output_commit(struct wlr_scene_output *scene_output,
bool committed = wlr_output_commit_state(wlr_output, state);
/*
* Handle case where the ouput state test for tearing succeeded,
* but actual commit failed. Retry wihout tearing.
* Handle case where the output state test for tearing succeeded,
* but actual commit failed. Retry without tearing.
*/
if (!committed && state->tearing_page_flip) {
state->tearing_page_flip = false;