summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
commitc32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch)
tree3807c57d8a33588f33a3d5cbed51ccff9bb40791 /xmloff/inc
parent435f5e30c968ffd5761873f8b3f756949545ce72 (diff)
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmloff/XMLEventsImportContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/XMLEventsImportContext.hxx b/xmloff/inc/xmloff/XMLEventsImportContext.hxx
index 65d7730c9533..8f7da79b4fb8 100644
--- a/xmloff/inc/xmloff/XMLEventsImportContext.hxx
+++ b/xmloff/inc/xmloff/XMLEventsImportContext.hxx
@@ -47,7 +47,7 @@ typedef ::std::vector< EventNameValuesPair > EventsVector;
/**
* Import <script:events> element.
*
- * The import context usually sets the events immediatly at the event
+ * The import context usually sets the events immediately at the event
* XNameReplace. If none was given on construction, it operates in
* delayed mode: All events are collected and may then be set
* with the setEvents() method.