summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-07 18:27:17 +0200
committerJens Carl <j.carl43@gmx.de>2018-04-08 02:19:11 +0200
commit996e1d7f7944b7c23797b7b92cf19a3ac58ad8cb (patch)
treec7c64455ed65a1ce2b33534739ede9f7405dd574 /vcl
parent83e2860141af887be7ae6bae7eaa6e06d587e1f9 (diff)
Fix typo
Change-Id: I7c9682f4cc0f04d9cc9e13c339396a6373ce15c7 Reviewed-on: https://gerrit.libreoffice.org/52556 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 269a0741973f..081efc63bffb 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -3384,7 +3384,7 @@ private:
if (m_bPopupActive != bIsShown)
{
m_bPopupActive = bIsShown;
- //restore focus to the entry wieh the popup is gone, which
+ //restore focus to the entry view the popup is gone, which
//is what the vcl case does, to ease the transition a little
gtk_widget_grab_focus(m_pWidget);
}