summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3gtkdata.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 12:58:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:27:45 +0200
commitf68dc01461ec0046b1af8490fe74eff01c143d4c (patch)
tree773e929644c7f7a31aa9cc70e5d41b13d741dc12 /vcl/unx/gtk3/gtk3gtkdata.cxx
parent89fa56078e97525986a6bd3fcc084130bfcbb7c2 (diff)
Fix typos
Change-Id: Ia2abd78e64b06d7df4215a68773dfd832c092870 Reviewed-on: https://gerrit.libreoffice.org/77265 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/unx/gtk3/gtk3gtkdata.cxx')
-rw-r--r--vcl/unx/gtk3/gtk3gtkdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkdata.cxx b/vcl/unx/gtk3/gtk3gtkdata.cxx
index c1f54738a97e..3c010c274cb0 100644
--- a/vcl/unx/gtk3/gtk3gtkdata.cxx
+++ b/vcl/unx/gtk3/gtk3gtkdata.cxx
@@ -536,7 +536,7 @@ bool GtkSalData::Yield( bool bWait, bool bHandleAllCurrentEvents )
{
/* #i41693# in case the dispatch thread hangs in join
* for this thread the condition will never be set
- * workaround: timeout of 1 second a emergency exit
+ * workaround: timeout of 1 second an emergency exit
*/
// we are the dispatch thread
m_aDispatchCondition.reset();