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

@ -944,7 +944,7 @@ cursor_button_press(struct seat *seat, uint32_t button,
if (ctx.type != LAB_SSD_MENU) {
close_menu = true;
} else if (menu_call_actions(ctx.node)) {
/* Action was successfull, may fail if item just opens a submenu */
/* Action was successful, may fail if item just opens a submenu */
close_menu = true;
}
return;