diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
commit | 435f5e30c968ffd5761873f8b3f756949545ce72 (patch) | |
tree | b7f1623723f23d141d7b6b0cada5d28523d53fdf /offapi | |
parent | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff) |
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl b/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl index 430679a6c46b..fe6f0e510277 100644 --- a/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl +++ b/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl @@ -38,7 +38,7 @@ published interface XExtendedDocumentHandler: com::sun::star::xml::sax::XDocumen /** receives notification about the start of a CDATA section in the XML-source. - <p>Any string comming in via character handler may include chars, + <p>Any string coming in via character handler may include chars, that would otherwise be interpreted as markup. </p> */ void startCDATA() |