mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
Fixed some typos
This commit is contained in:
parent
6cf19d1cdb
commit
785a34e8ad
7 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue