From 811462723bcf72591b5dbbf38cb760612bd6030f Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 12 Mar 2013 20:48:28 +0100 Subject: qadevOOo: fix typo Change-Id: I00e90954f535d023b48a80d319563c43bd935d93 --- qadevOOo/tests/java/mod/_dbaccess/ORowSet.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java index 10f88b6d2794..5d84b907f4f3 100644 --- a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java +++ b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java @@ -466,7 +466,7 @@ public class ORowSet extends TestCase { } catch(com.sun.star.uno.Exception e) { - log.println( "couldn't set up tes tenvironment:" ); + log.println( "couldn't set up test environment:" ); e.printStackTrace(log); try { @@ -476,7 +476,7 @@ public class ORowSet extends TestCase { catch(Exception ex) { } - throw new StatusException( "couldn't set up tes tenvironment", e ); + throw new StatusException( "couldn't set up test environment", e ); } finally { -- cgit