summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/AccTopWindowListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/inc/AccTopWindowListener.hxx')
-rw-r--r--winaccessibility/inc/AccTopWindowListener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/inc/AccTopWindowListener.hxx b/winaccessibility/inc/AccTopWindowListener.hxx
index 96ec05d160d0..ecfd819e540a 100644
--- a/winaccessibility/inc/AccTopWindowListener.hxx
+++ b/winaccessibility/inc/AccTopWindowListener.hxx
@@ -33,7 +33,7 @@
* in UNO are: FRAME, WINDOW, DIALOG, MENU, TOOLTIP.
* It implements the methods of XTopWindowListener and the most important method is windowOpened().
* In this method, all the accessible objects (including COM object and Uno objects) are created and
- * cached into bridge managers, and they are monitored by listeners for later accessible evnet handling.
+ * cached into bridge managers, and they are monitored by listeners for later accessible event handling.
*/
class AccTopWindowListener
: public ::cppu::WeakImplHelper1<com::sun::star::awt::XTopWindowListener>