summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:27:41 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 07:05:43 +0000
commit3063d55b8be2188532e3e2892f440ff0d481db71 (patch)
treebb0aea0c9002eca2bd7919b6729adaa1b613226d /filter/qa
parent34e1739d56411c81359e24dce500cb54bba6c092 (diff)
Fix typos
Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394 Reviewed-on: https://gerrit.libreoffice.org/34806 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/complex/filter/misc/FinalizedMandatoryTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
index 7a21732a6c77..a0bcdcb9921d 100644
--- a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
+++ b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
@@ -186,7 +186,7 @@ public class FinalizedMandatoryTest
// 1a.) try to change the filter in the container
xNR.replaceByName(filterName, instance);
- // 1b.) try to wirte the changed filter to the configuration.
+ // 1b.) try to write the changed filter to the configuration.
// This must result in a exception if the filter is finalized.
boolean flushError = false;
try
@@ -205,7 +205,7 @@ public class FinalizedMandatoryTest
// 2a.) try to remove the filter from the container
xNC.removeByName(filterName);
- // 1b.) try to wirte the changed filter to the configuration.
+ // 1b.) try to write the changed filter to the configuration.
// This must result in a exception if the filter is mandatory
flushError = false;
try