summaryrefslogtreecommitdiff
path: root/sax/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:48:58 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 11:11:09 +0000
commit2e9fe260149911a8a906e059a6025892af8e9a64 (patch)
treec647b11c29be0de80eaa257e3f48bcc34c42887e /sax/qa
parent98ef3edb8a5d1a13963101d41abb2a8dd8a806dd (diff)
Fix typos
Change-Id: I5fc62060e7d01c6b492a0e91323f753cc676bf71 Reviewed-on: https://gerrit.libreoffice.org/35639 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sax/qa')
-rw-r--r--sax/qa/cppunit/attributes.cxx2
-rw-r--r--sax/qa/data/defaultns.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/sax/qa/cppunit/attributes.cxx b/sax/qa/cppunit/attributes.cxx
index ff83d5b85a43..15fdb31293b3 100644
--- a/sax/qa/cppunit/attributes.cxx
+++ b/sax/qa/cppunit/attributes.cxx
@@ -39,7 +39,7 @@ void AttributesTest::test()
// We can't test getValueToken() and getOptionalValueToken()
// without XFastTokenHandler :-(
- // Uncomment to get segmantation fault:
+ // Uncomment to get segmentation fault:
// xAttributeList->getOptionalValueToken(1, 0);
// xAttributeList->getValueToken(2);
diff --git a/sax/qa/data/defaultns.xml b/sax/qa/data/defaultns.xml
index 554f4b48f7ea..2e7819b164bf 100644
--- a/sax/qa/data/defaultns.xml
+++ b/sax/qa/data/defaultns.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" ?>
<Books xmlns="http://xyzbooks.com/books/">
<Book>
- <Title>War and Peacd</Title>
+ <Title>War and Peace</Title>
<Author>Leo Tolstoy</Author>
</Book>
<Book>
<Title>To Kill a Mockingbird</Title>
<Author>Harper Lee</Author>
</Book>
-</Books> \ No newline at end of file
+</Books>