summaryrefslogtreecommitdiff
path: root/dbaccess/qa/complex
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:04:40 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-22 09:03:47 +0200
commit7bbd921ad32a72033b28a3b82d032ccea13cf300 (patch)
tree58feaf139463ce1931eed5a9a3774b194f8d63c8 /dbaccess/qa/complex
parentad00c008fc4b6c2198b35bc15039c18a28926563 (diff)
Fix typo
Change-Id: I8874705fcd5f59b4ac177bc0bd586ac4bf5a36bd Reviewed-on: https://gerrit.libreoffice.org/71053 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/qa/complex')
-rw-r--r--dbaccess/qa/complex/dbaccess/DatabaseDocument.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
index e51f1be6e46c..5bd28053b77c 100644
--- a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
+++ b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
@@ -543,7 +543,7 @@ public class DatabaseDocument extends TestCase implements com.sun.star.document.
* Well, I do not really have a good term for this... The point is, database documents are in real
* only *one* aspect of a more complex thing. The second aspect is a data source. Both, in some sense,
* just represent different views on the same thing. For a given database, there's at each time at most
- * one data source, and at most one database document. Both have a independent life time, and are
+ * one data source, and at most one database document. Both have an independent life time, and are
* created when needed.
* In particular, a document can be closed (this is what happens when the last UI window displaying
* this document is closed), and then dies. Now when the other "view", the data source, still exists,