summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java')
-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()