diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-03-05 14:30:20 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-03-05 16:30:40 +0100 |
commit | 85c1b7ed35fd30cf3f095a2e3d09bf137ffb231b (patch) | |
tree | 937215a49e7a71191eb3f7846e0e4b3d6a51a72d /dbaccess | |
parent | fe40724421b8c1f197871702a477772d2a633209 (diff) |
Fix typos
Change-Id: I70e7db0926f8c5815637ae14c1193130d52c3224
Reviewed-on: https://gerrit.libreoffice.org/50774
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/hsqldb/hsqlimport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/filter/hsqldb/hsqlimport.cxx b/dbaccess/source/filter/hsqldb/hsqlimport.cxx index c2483e694a8d..c1f4cddd113c 100644 --- a/dbaccess/source/filter/hsqldb/hsqlimport.cxx +++ b/dbaccess/source/filter/hsqldb/hsqlimport.cxx @@ -220,7 +220,7 @@ void HsqlImporter::processTree(HsqlBinaryNode& rNode, HsqlRowInputStream& rStrea * * Size is the size of <Row>; * Balance: ? - * Left/Right/Parent: File postition of the Left/Right/Parent child + * Left/Right/Parent: File position of the Left/Right/Parent child */ void HsqlImporter::parseTableRows(const IndexVector& rIndexes, const std::vector<sal_Int32>& rColTypes, |