summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-25 10:11:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-10-25 13:51:38 +0200
commit655e3bd9a880a8bf3a1f9d3514e64d0da3d36b8a (patch)
treee7f44640489f58edda89243df30472249fdd1174 /xmlscript
parentce155a8943bdd8cfa8e32e38fc83160df25beee1 (diff)
Fix typo
Change-Id: I7c5603468f5ee7f7e33940d7b3787318c307acfa Reviewed-on: https://gerrit.libreoffice.org/62343 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmllib_imexp/xmllib_import.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmllib_imexp/xmllib_import.cxx b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
index 2adea0c01cea..59bc6ad64d0c 100644
--- a/xmlscript/source/xmllib_imexp/xmllib_import.cxx
+++ b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
@@ -176,7 +176,7 @@ Reference< xml::input::XElement > LibrariesElement::startChildElement(
}
else
{
- throw xml::sax::SAXException( "expected styles ot bulletinboard element!", Reference< XInterface >(), Any() );
+ throw xml::sax::SAXException( "expected styles of bulletinboard element!", Reference< XInterface >(), Any() );
}
}