summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-30 07:40:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-30 08:52:21 +0200
commitbfdf2594315cce95b95a2c1891a4518bc8f281c7 (patch)
tree7d667e4dfe5202afe3fe77e800d4f3db7345e737 /include/xmloff
parent90928f23994d8fc1d9cc7edf95880782c8ca712a (diff)
Fix typos
It passed "make check" Change-Id: I50c3639ec258c7fb6d73104f8e777f96995aa8e3 Reviewed-on: https://gerrit.libreoffice.org/76543 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlexp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index 81b50d0ad483..ad9548f7350d 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -382,7 +382,7 @@ public:
css::uno::Reference< css::xml::sax::XAttributeList > GetXAttrList() { return mxAttrList.get(); }
// Get document handler. This methods are not const, because the
- // reference allowes modifications through the handler.
+ // reference allows modifications through the handler.
const css::uno::Reference< css::xml::sax::XDocumentHandler > & GetDocHandler() { return mxHandler; }
// Get original URL.