[Libreoffice-commits] core.git: dbaccess/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Mar 4 04:57:55 UTC 2019


 dbaccess/qa/complex/dbaccess/DatabaseDocument.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e7f71c7ab675f238b61d7f28e7f79f51c7e19801
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Mar 1 18:25:34 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Mar 4 05:57:33 2019 +0100

    Fix typo
    
    Change-Id: I343b4a34b98351a3573d99fb65a624ff57d88cad
    Reviewed-on: https://gerrit.libreoffice.org/68658
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

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() );


More information about the Libreoffice-commits mailing list