diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 11:48:58 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 11:11:09 +0000 |
commit | 2e9fe260149911a8a906e059a6025892af8e9a64 (patch) | |
tree | c647b11c29be0de80eaa257e3f48bcc34c42887e /sax/qa/cppunit/attributes.cxx | |
parent | 98ef3edb8a5d1a13963101d41abb2a8dd8a806dd (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/cppunit/attributes.cxx')
-rw-r--r-- | sax/qa/cppunit/attributes.cxx | 2 |
1 files changed, 1 insertions, 1 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); |