[Libreoffice-commits] core.git: xmlscript/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 16 09:23:40 UTC 2020


 xmlscript/source/xmllib_imexp/xmllib_import.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4c0c3333886f2b646c99deb7c503948308fd8698
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 9 21:25:29 2020 +0100
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sun Feb 16 10:23:08 2020 +0100

    Fix typo
    
    Thanks to Valter:
    https://listarchives.libreoffice.org/global/l10n/msg12412.html
    
    Change-Id: I2b79bc19de31b014cbf2519ae01e5214252f24a5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86505
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/xmlscript/source/xmllib_imexp/xmllib_import.cxx b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
index c5fbb84bf599..5e063430e3bb 100644
--- a/xmlscript/source/xmllib_imexp/xmllib_import.cxx
+++ b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
@@ -212,7 +212,7 @@ Reference< xml::input::XElement > LibraryElement::startChildElement(
     }
     else
     {
-        throw xml::sax::SAXException( "expected styles ot bulletinboard element!", Reference< XInterface >(), Any() );
+        throw xml::sax::SAXException( "expected styles or bulletinboard element!", Reference< XInterface >(), Any() );
     }
 }
 


More information about the Libreoffice-commits mailing list