[Libreoffice-commits] core.git: solenv/gbuild xmlscript/source
Andrea Gelmini
andrea.gelmini at gelma.net
Mon Jul 3 09:59:40 UTC 2017
solenv/gbuild/UITest.mk | 2 +-
xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5f13f34581a9ee73f72bfb4f71e7a827de1e2e0c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Jul 3 11:38:05 2017 +0200
Fix typos
Change-Id: Icf25b22857abd97e8b6a72d3d546fd1eed882049
Reviewed-on: https://gerrit.libreoffice.org/39385
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/solenv/gbuild/UITest.mk b/solenv/gbuild/UITest.mk
index 016636cd8858..74ffda1b25db 100644
--- a/solenv/gbuild/UITest.mk
+++ b/solenv/gbuild/UITest.mk
@@ -20,7 +20,7 @@ gb_UITest_DEPS :=
endif
# UITests are much more likely to generate core files for the soffice than for
-# the python executale, but solenv/bin/gdb-core-bt.sh is often unable to
+# the python executable, but solenv/bin/gdb-core-bt.sh is often unable to
# determine the executable that generated a core file, so make it fall back to
# the soffice executable rather than to gb_UITest_EXECUTABLE:
gb_UITest_EXECUTABLE_GDB := $(call gb_Executable_get_target,soffice_bin)
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
index 34605f5010df..5135761f8d49 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
@@ -1833,7 +1833,7 @@ Reference< xml::input::XElement > WindowElement::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