From cf1bb9d4cbaec9d746eb6850e905eb951587543f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 23 Jul 2018 22:23:18 +0200 Subject: [PATCH] Fix typo Change-Id: I2f9f532890bedf4aa3d86bf2aa4b6961846a915a Reviewed-on: https://gerrit.libreoffice.org/57886 Reviewed-by: Julien Nabet Tested-by: Jenkins --- vcl/qt5/Qt5Instance.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx index c365afbe8ec2..3250abaf8f17 100644 --- a/vcl/qt5/Qt5Instance.cxx +++ b/vcl/qt5/Qt5Instance.cxx @@ -140,7 +140,7 @@ std::shared_ptr Qt5Instance::CreateSalBitmap() bool Qt5Instance::ImplYield(bool bWait, bool bHandleAllCurrentEvents) { - // Re-aquire the guard for user events when called via Q_EMIT ImplYieldSignal + // Re-acquire the guard for user events when called via Q_EMIT ImplYieldSignal SolarMutexGuard aGuard; bool wasEvent = DispatchUserEvents(bHandleAllCurrentEvents); if (!bHandleAllCurrentEvents && wasEvent)