vcl/unx/gtk/gtksalmenu.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a53768abccfa81d4dfb15629e02ea61072bfc905
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 24 08:25:05 2019 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jun 24 09:37:57 2019 +0200

    Fix typos
    
    Change-Id: I1e173ecd241526b50a8426d75f3aaa13f6ab5c0d
    Reviewed-on: https://gerrit.libreoffice.org/74622
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/unx/gtk/gtksalmenu.cxx b/vcl/unx/gtk/gtksalmenu.cxx
index 0d149bf4b30c..70edf5f91f9c 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));
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to