sw/qa/extras/ooxmlexport/ooxmlexport12.cxx |    2 +-
 sw/qa/extras/ww8export/ww8export3.cxx      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4e12b20c0857b9e56ee5221fb6ecea98aca89864
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Nov 16 16:50:44 2018 +0100
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Fri Nov 16 23:08:38 2018 +0100

    Fix typo
    
    Change-Id: I13db1e2b776ac2590e0d861e0ad2957253cab457
    Reviewed-on: https://gerrit.libreoffice.org/63477
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
index 864d97178cb2..ac7909edcc9b 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
@@ -726,7 +726,7 @@ DECLARE_OOXMLEXPORT_TEST(testObjectCrossReference, 
"object_cross_reference.odt")
 
 DECLARE_OOXMLEXPORT_TEST(testTdf79435_legacyInputFields, 
"tdf79435_legacyInputFields.doc")
 {
-    //using .doc input file to verify cross-format compatability.
+    //using .doc input file to verify cross-format compatibility.
     uno::Reference<text::XFormField> xFormField;
     xFormField
         = 
getProperty<uno::Reference<text::XFormField>>(getRun(getParagraph(5), 3), 
"Bookmark");
diff --git a/sw/qa/extras/ww8export/ww8export3.cxx 
b/sw/qa/extras/ww8export/ww8export3.cxx
index 901450dc78e5..f732bf990c25 100644
--- a/sw/qa/extras/ww8export/ww8export3.cxx
+++ b/sw/qa/extras/ww8export/ww8export3.cxx
@@ -69,7 +69,7 @@ DECLARE_WW8EXPORT_TEST(testFdo53985, "fdo53985.doc")
 
 DECLARE_WW8EXPORT_TEST(testTdf79435_legacyInputFields, 
"tdf79435_legacyInputFields.docx")
 {
-    //using .docx input file to verify cross-format compatability.
+    //using .docx input file to verify cross-format compatibility.
     uno::Reference<text::XFormField> xFormField;
     xFormField = getProperty< uno::Reference<text::XFormField> 
>(getRun(getParagraph(5), 3), "Bookmark");
     uno::Reference<container::XNameContainer> 
xParameters(xFormField->getParameters());
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to