summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-31 16:22:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-01 10:02:05 +0200
commit262ab496955582341e1f383c6eff9a0bb37dd9d7 (patch)
tree4d02d8f9855aed6daddd25b2ed92224276eedce7 /winaccessibility
parent765d57f7550a33380d71a09472419611066076b1 (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: I4733e6609ee99bef49c2771c83b450ee89d955b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101804 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/inc/AccObjectManagerAgent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/inc/AccObjectManagerAgent.hxx b/winaccessibility/inc/AccObjectManagerAgent.hxx
index 065210512067..9864b31f5c0c 100644
--- a/winaccessibility/inc/AccObjectManagerAgent.hxx
+++ b/winaccessibility/inc/AccObjectManagerAgent.hxx
@@ -29,7 +29,7 @@ struct IAccessible;
class AccObjectWinManager;
/****************************************************************
-AccObjectMangerAgent is used for managing AccObjects, which encapsulates
+AccObjectManagerAgent is used for managing AccObjects, which encapsulates
platform differences,and call AccObjectWinManager for Windows platform. To do for
Linux platform
*****************************************************************/