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/unit | |
parent | 1bc911eca173131fdc6e7e3889d128fa03adbf72 (diff) |
Fix typos
Change-Id: I54c32259750c0863a39f56fabaa1a0df7d208c9a
Diffstat (limited to 'dbaccess/qa/unit')
-rw-r--r-- | dbaccess/qa/unit/embeddeddb_performancetest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |