diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-03-12 20:48:28 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-03-12 20:59:42 +0100 |
commit | 811462723bcf72591b5dbbf38cb760612bd6030f (patch) | |
tree | 38856d41bb25390bbf7e66b0622336794f88c1b5 /qadevOOo | |
parent | 4613d78e6aceabafbc4dd066c7c0a55d728b6763 (diff) |
qadevOOo: fix typo
Change-Id: I00e90954f535d023b48a80d319563c43bd935d93
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/mod/_dbaccess/ORowSet.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |