Fix typos
Change-Id: I1e173ecd241526b50a8426d75f3aaa13f6ab5c0d
Reviewed-on: https://gerrit.libreoffice.org/74622
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/vcl/unx/gtk/gtksalmenu.cxx b/vcl/unx/gtk/gtksalmenu.cxx
index 0d149bf..70edf5f 100644
--- a/vcl/unx/gtk/gtksalmenu.cxx
+++ b/vcl/unx/gtk/gtksalmenu.cxx
@@ -1224,10 +1224,10 @@ void GtkSalMenu::DispatchCommand(const gchar *pCommand)
{
// tdf#125803 spacebar will toggle radios and checkbuttons without automatically
// closing the menu. To handle this properly I imagine we need to set groups for the
// radiobuttons so the others visually untoggle when the active one is togged and
// radiobuttons so the others visually untoggle when the active one is toggled and
// we would further need to teach vcl that the state can change more than once.
//
// or we could unconditonally deactivate the menus if regardless of what particular
// or we could unconditionally deactivate the menus if regardless of what particular
// type of menu item got activated
gtk_menu_shell_deactivate(GTK_MENU_SHELL(pTopLevel->mpMenuBarWidget));
}