diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 19:48:51 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 23:34:49 +0200 |
commit | afad1a0cbc893291ea32baa7234c4ed7a5ffcf80 (patch) | |
tree | 5cbda7f60e7d3efb1cb6d939a40efee08e434167 /qadevOOo | |
parent | 30320abbef8fabfeadda2b31b72f595c4a1c1ed9 (diff) |
Fix typos
Change-Id: Ib778a6598f3797fe871a25b56b7b4b7761889296
Reviewed-on: https://gerrit.libreoffice.org/76269
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java index 595033744c2e..814f4a9436f3 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java @@ -36,7 +36,7 @@ import com.sun.star.ucb.XDynamicResultSet; * <ul> * <li> <code>'CachedDynamicResultSetStub'</code> (of type * <code>com.sun.star.sdbc.XDynamicResultSet</code>): -* this must be an imlementation of <code> +* this must be an implementation of <code> * com.sun.star.ucb.CachedDynamicResultSetStub</code> service.</li> * <ul> <p> * Test is <b> NOT </b> multithread compliant. <p> diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java index b0c91ffdc74e..ac505faf4435 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java @@ -39,7 +39,7 @@ import com.sun.star.uno.UnoRuntime; * <ul> * <li> <code>'DynamicResultSet'</code> (of type * <code>com.sun.star.sdbc.XDynamicResultSet</code>): -* this must be an imlementation of <code> +* this must be an implementation of <code> * com.sun.star.ucb.DynamicResultSet</code> service.</li> * <ul> <p> * Test is <b> NOT </b> multithread compliant. <p> |