From 2176c7829d1d925c0beb4586e1620ea513302390 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 1 Apr 2018 16:57:11 +0200 Subject: Fix typos Change-Id: If4bc1698af2a43a2dbc45b8518c0f5b736d6abaf Reviewed-on: https://gerrit.libreoffice.org/52278 Tested-by: Jenkins Reviewed-by: Julien Nabet --- unoxml/qa/unit/domtest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml') diff --git a/unoxml/qa/unit/domtest.cxx b/unoxml/qa/unit/domtest.cxx index 234289e69454..b69fa81e4468 100644 --- a/unoxml/qa/unit/domtest.cxx +++ b/unoxml/qa/unit/domtest.cxx @@ -234,7 +234,7 @@ struct BasicTest : public test::BootstrapFixture { try { - // We DONT expect exception here, as mxWarningInStream is valid XML Doc + // We DON'T expect exception here, as mxWarningInStream is valid XML Doc CPPUNIT_ASSERT_MESSAGE("Valid input file did not result in XDocument #2", mxDomBuilder->parse( uno::Reference( -- cgit