summaryrefslogtreecommitdiff
path: root/sw/qa/extras/odfexport/odfexport.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:11:52 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-15 13:53:21 +0100
commita6b69a9384801f77f4cc30a366a45561c28eab3e (patch)
tree983661741b4081501f37365afa84a08b761000e7 /sw/qa/extras/odfexport/odfexport.cxx
parent3da86d8987db6223b0acc5d8a1b56f7e0c54bbef (diff)
Fix typo
Change-Id: I51c97356c9c2939f2d94d6388c829a179ca00daa Reviewed-on: https://gerrit.libreoffice.org/47853 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/qa/extras/odfexport/odfexport.cxx')
-rw-r--r--sw/qa/extras/odfexport/odfexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/odfexport/odfexport.cxx b/sw/qa/extras/odfexport/odfexport.cxx
index d4f8991b56de..14bd0bc2bc0e 100644
--- a/sw/qa/extras/odfexport/odfexport.cxx
+++ b/sw/qa/extras/odfexport/odfexport.cxx
@@ -1832,7 +1832,7 @@ DECLARE_ODFEXPORT_TEST(testTdf100492, "tdf100492.odt")
// xmlDocPtr pXmlDoc = parseXmlStream(&aStream);
// Check amount of paths required to draw an arrow.
- // Since there are still some emty paths in output test can fail later. There are just two
+ // Since there are still some empty paths in output test can fail later. There are just two
// really used and visible paths.
//assertXPath(pXmlDoc, "/svg/path", 4);
}