diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-01 18:25:34 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-03-04 05:57:33 +0100 |
commit | e7f71c7ab675f238b61d7f28e7f79f51c7e19801 (patch) | |
tree | 8576ed314b2d219fdd96b8c1990f16fb70847a54 | |
parent | 923c82a966d65e7b5a4b35573090567e93703eb5 (diff) |
Fix typo
Change-Id: I343b4a34b98351a3573d99fb65a624ff57d88cad
Reviewed-on: https://gerrit.libreoffice.org/68658
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | dbaccess/qa/complex/dbaccess/DatabaseDocument.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java index a89bc13c5248..e51f1be6e46c 100644 --- a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java +++ b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java @@ -595,7 +595,7 @@ public class DatabaseDocument extends TestCase implements com.sun.star.document. assertTrue( "The test case marker did not survive re-retrieval of the doc from the data source.", impl_hasMarker( databaseDoc.getArgs() ) ); - // on the other hand, closing and regulary re-loading the doc *without* the marker should indeed + // on the other hand, closing and regularly re-loading the doc *without* the marker should indeed // lose it impl_closeDocument( databaseDoc ); databaseDoc = impl_loadDocument( documentURL, impl_getDefaultLoadArgs() ); |