summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-30 17:30:50 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-01 09:51:41 +0000
commit506c929a0a209acd8ba3b1e3e94f089f51d01c16 (patch)
treed9d706d1c4ebbbc7fb485997921f1f4bd4777e1a /qadevOOo
parentb0388ef109a70c51566153a1456c52276ac84906 (diff)
Fix typos
Change-Id: Ifb7c33d6052efe5ea8a1e0e10b3178073cd29ca0 Reviewed-on: https://gerrit.libreoffice.org/24536 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java b/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java
index d5d1573efdbb..df79c9a531da 100644
--- a/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java
+++ b/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java
@@ -37,7 +37,7 @@ public class _XEnumerationAccess extends MultiMethodTest{
* Has <b> OK </b> status if the method returns not null value. <p>
*/
public void _createEnumeration(){
- log.println( "createing Enumeration" );
+ log.println( "creating Enumeration" );
XEnumeration oEnum = oObj.createEnumeration();
tRes.tested( "createEnumeration()", oEnum != null );
} // end createEnumeration()