diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-19 10:24:51 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-19 10:26:10 +0100 |
commit | 4087d269052e6cc9e8fc1816e09946eafd261e7c (patch) | |
tree | 19353cffa211c9135ba874c784d923418a53edda /winaccessibility | |
parent | 8c4db130c9ab7729185040e84f2be3481645df9d (diff) |
Fix typo
Change-Id: Id092aa56218890417a79b9589a7867ab6aa49862
Reviewed-on: https://gerrit.libreoffice.org/85494
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/inc/AccParagraphEventListener.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/inc/AccParagraphEventListener.hxx b/winaccessibility/inc/AccParagraphEventListener.hxx index 73c3b717287b..4b11725c5875 100644 --- a/winaccessibility/inc/AccParagraphEventListener.hxx +++ b/winaccessibility/inc/AccParagraphEventListener.hxx @@ -27,7 +27,7 @@ /** - * AccParagraphEventListener is inherited from AccContainerEventListener. It handles the evnets + * AccParagraphEventListener is inherited from AccContainerEventListener. It handles the events * generated by container controls. The accessible roles are: PARAGRAPH and HEADING. * It defines the procedure of specific event handling related with text containsers and provides * the detailed support for some related methods. |