diff options
author | Antoine Cœur <coeur@gmx.fr> | 2015-06-11 01:42:51 +0200 |
---|---|---|
committer | Philippe Jung <phil.jung@free.fr> | 2015-06-12 15:41:17 +0000 |
commit | fd29a623e7c7b4d859c55f1f04463b5705ad47bf (patch) | |
tree | 917da1eda899b6d3f6fcf4faf78b2fbc4eda9319 /qadevOOo | |
parent | 1289d3c42af66990a2c8e5a7a38e51b6cd51c7eb (diff) |
spelling
Change-Id: I5ccbb5a2b31192cea96fbb0f4ab926af86e94c9d
Reviewed-on: https://gerrit.libreoffice.org/16223
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Philippe Jung <phil.jung@free.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/ui/dialogs/_XFilterGroupManager.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterGroupManager.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterGroupManager.java index 956be364dc8a..cd47c96c35c9 100644 --- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterGroupManager.java +++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterGroupManager.java @@ -33,7 +33,7 @@ public class _XFilterGroupManager extends MultiMethodTest { /** * Appends a new FilterGroup (for extension 'txt'). <p> - * Has <b>OK</b> status if no runtime exceptions occured. + * Has <b>OK</b> status if no runtime exceptions occurred. */ public void _appendFilterGroup() { boolean res = true; diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java index aa92f5d9b7b0..d9eb5a5b19ce 100644 --- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java +++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java @@ -39,7 +39,7 @@ public class _XFilterManager extends MultiMethodTest { /** * Appends a new filter (for extension 'txt'). <p> - * Has <b>OK</b> status if no runtime exceptions occured. + * Has <b>OK</b> status if no runtime exceptions occurred. */ public void _appendFilter() { boolean res = true; |