diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-02 10:05:21 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-06 21:17:27 +0200 |
commit | 43d35f56efc0a4b79909dc9fbd7b0483204b6f1a (patch) | |
tree | ca65ca87d590c619ebafb80c3aeb3dc97f4b5a9a /dbaccess/qa | |
parent | 1bc911eca173131fdc6e7e3889d128fa03adbf72 (diff) |
Fix typos
Change-Id: I54c32259750c0863a39f56fabaa1a0df7d208c9a
Diffstat (limited to 'dbaccess/qa')
-rw-r--r-- | dbaccess/qa/complex/dbaccess/DatabaseDocument.java | 6 | ||||
-rw-r--r-- | dbaccess/qa/complex/dbaccess/RowSet.java | 4 | ||||
-rw-r--r-- | dbaccess/qa/unit/embeddeddb_performancetest.cxx | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java index 5d763a6a1346..7a3b09362af8 100644 --- a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java +++ b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java @@ -538,9 +538,9 @@ public class DatabaseDocument extends TestCase implements com.sun.star.document. } - /** tests various aspects of database document "revenants" + /** Tests various aspects of database document "revenants" * - * Well, I do not really have a good term for this ... The point is, database documents are in real + * 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 @@ -945,7 +945,7 @@ public class DatabaseDocument extends TestCase implements com.sun.star.document. { if ("OnTitleChanged".equals(_Event.EventName)) // OnTitleChanged events are notified too often. This is known, and accepted. - // (the deeper reason is that it's diffult to determine, in the DatabaseDocument implementatin, + // (the deeper reason is that it's difficult to determine, in the DatabaseDocument implementatin, // when the title actually changed. In particular, when we do a saveAsURL, and then ask for a // title *before* the TitleHelper got the document's OnSaveAsDone event, then the wrong (old) // title is obtained. diff --git a/dbaccess/qa/complex/dbaccess/RowSet.java b/dbaccess/qa/complex/dbaccess/RowSet.java index 297469b476da..2cbf942d94e1 100644 --- a/dbaccess/qa/complex/dbaccess/RowSet.java +++ b/dbaccess/qa/complex/dbaccess/RowSet.java @@ -600,7 +600,7 @@ public class RowSet extends TestCase assertTrue("|next| after |deleteRow| failed", m_resultSet.next()); final int positionAfter = m_resultSet.getRow(); assertTrue("position after |next| after |deleteRow| is not as expected", positionAfter == deletedRow); - // since the deleted record "vanishs" as soon as the cursor is moved away from it, the absolute position does + // since the deleted record "vanishes" as soon as the cursor is moved away from it, the absolute position does // not change with a |next| call here @@ -877,7 +877,7 @@ public class RowSet extends TestCase assertTrue("XParameters and the parameters container do not properly interact", "Apples".equals(firstParamValue)); - // let's see whether this also survices an execute of the row set + // let's see whether this also survives an execute of the row set rowsetParams.setString(1, "Oranges"); m_rowSet.execute(); { diff --git a/dbaccess/qa/unit/embeddeddb_performancetest.cxx b/dbaccess/qa/unit/embeddeddb_performancetest.cxx index 1af38cf70772..23ab34723fff 100644 --- a/dbaccess/qa/unit/embeddeddb_performancetest.cxx +++ b/dbaccess/qa/unit/embeddeddb_performancetest.cxx @@ -69,7 +69,7 @@ OUString getPrintableTimeValue(const TimeValue* pTimeValue) * 'SAL_LOG="" DBA_PERFTEST=YES make CppunitTest_dbaccess_embeddeddb_performancetest' * This blocks the unnecessary exception output and show only the performance data. * - * You also need to create the file dbacess/qa/unit/data/wordlist, this list cannot + * You also need to create the file dbaccess/qa/unit/data/wordlist, this list cannot * contain any unescaped apostrophes (since the words are used directly to assemble * sql statement), apostrophes are escaped using a double apostrophe, i.e. ''. * one easy way of generating a list is using: |