summaryrefslogtreecommitdiff
path: root/unoxml/source/events/eventdispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/events/eventdispatcher.cxx')
-rw-r--r--unoxml/source/events/eventdispatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/events/eventdispatcher.cxx b/unoxml/source/events/eventdispatcher.cxx
index b58e67f454b8..7fd7a48685c9 100644
--- a/unoxml/source/events/eventdispatcher.cxx
+++ b/unoxml/source/events/eventdispatcher.cxx
@@ -204,7 +204,7 @@ namespace DOM { namespace events {
}
// the capture vector now holds the node path from target to root
- // first we must search for capture listernes in order root to
+ // first we must search for capture listeners in order root to
// to target. after that, any target listeners have to be called
// then bubbeling phase listeners are called in target to root
// order