summaryrefslogtreecommitdiff
path: root/winaccessibility/README
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/README')
-rw-r--r--winaccessibility/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/README b/winaccessibility/README
index a7a8e7a9a8a6..2f507beacc64 100644
--- a/winaccessibility/README
+++ b/winaccessibility/README
@@ -30,7 +30,7 @@ Threading
It's possible that the UNO components are called from threads other
than the main thread, so they have to be synchronized. It would be nice
-to put the component into an UNO apartment (and the COM components into STA)
+to put the component into a UNO apartment (and the COM components into STA)
but UNO would spawn a new thread for it so it's not possible.
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.