From 0f97f545dd9764e0861be07c204029cadbdfcf76 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:23:28 +0000 Subject: [PATCH] Fix typo Change-Id: Ib92c1a4b60e46019b4c6f89f88b9e99e5b2d497a Reviewed-on: https://gerrit.libreoffice.org/73473 Tested-by: Jenkins Reviewed-by: Julien Nabet --- forms/source/component/EventThread.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/source/component/EventThread.hxx b/forms/source/component/EventThread.hxx index 363bf94acc6e..eb3062080d73 100644 --- a/forms/source/component/EventThread.hxx +++ b/forms/source/component/EventThread.hxx @@ -68,7 +68,7 @@ protected: // Edit an Event: // The mutex is not locked, but pCompImpl stays valid in any case. - // pEvt can be a derrived type, namely the one that cloneEvent returns. + // pEvt can be a derived type, namely the one that cloneEvent returns. // rControl is only set, if a Control has been passed in addEvent. // Because the Control is only held as a WeakRef, it can disappear in the meantime. virtual void processEvent( ::cppu::OComponentHelper* _pCompImpl,