summaryrefslogtreecommitdiffstats
path: root/winaccessibility
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:05:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-16 14:23:52 +0100
commitf0b857310dd564356a6ff7854bdc42cb677989f9 (patch)
tree701b4f99e1e74d45f631b3a0906881c25bf57bb4 /winaccessibility
parenttdf#114536 sw: fix use-after-free in SwTextFormatter::MergeCharacterBorder() (diff)
downloadcore-f0b857310dd564356a6ff7854bdc42cb677989f9.tar.gz
core-f0b857310dd564356a6ff7854bdc42cb677989f9.zip
Fix typos
Change-Id: Ia976371bf52eb1216d8abe728d80bbb87a3c38a2 Reviewed-on: https://gerrit.libreoffice.org/47858 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/README b/winaccessibility/README
index e5ada84c16be..dd77437b10b6 100644
--- a/winaccessibility/README
+++ b/winaccessibility/README
@@ -36,7 +36,7 @@ The COM components also call into the same global AccObjectWinManager
as the UNO components do so both have to be synchronized in the same way.
So we use the SolarMutex for all synchronization since anything else
would be rather difficult to make work. Unfortunately there is a
-pre-exising problem in vcl with Win32 Window creation and destruction
+pre-existing problem in vcl with Win32 Window creation and destruction
on non-main threads where a synchronous SendMessage is used while
the SolarMutex is locked that can cause deadlocks if the main thread is
waiting on the SolarMutex itself at that time and thus not handing the