From f68dc01461ec0046b1af8490fe74eff01c143d4c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 12:58:22 +0200 Subject: Fix typos Change-Id: Ia2abd78e64b06d7df4215a68773dfd832c092870 Reviewed-on: https://gerrit.libreoffice.org/77265 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- vcl/unx/gtk3/gtk3gtkdata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/unx/gtk3/gtk3gtkdata.cxx') 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(); -- cgit