diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-03-01 18:42:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-03-02 17:51:30 +0100 |
commit | 173aa6ebcb6ed598fff71db874f0be6d9517c446 (patch) | |
tree | 396cc5a28763729779f41396da4d4cd51a39504e /vcl | |
parent | 3eb870f0843a00042ca7dd89837fbe0cc6f918c2 (diff) |
Fix typos
Change-Id: Ieedfe4b3d6bedfd09851836575cdc7e864a7635a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111766
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index 682f4ebe757f..b046f015d0ea 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -16597,7 +16597,7 @@ private: { GtkInstancePopover* pThis = static_cast<GtkInstancePopover*>(widget); // call signal-closed async so the closed callback isn't called - // whilc the GtkPopover handler is still in-execution + // while the GtkPopover handler is still in-execution pThis->launch_signal_closed(); } |