diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-14 13:42:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-14 16:40:13 +0100 |
commit | 866fc4ddd3145f08d9cf2bce3cba7e3844c4f76d (patch) | |
tree | c7fe4c64765fe8e9cbac5b3df5045a0f6d71206a /include | |
parent | a452643b431803b613919871abf1a81de6de3464 (diff) |
Fix typos
Change-Id: Icc5fc590a6a90e30afa5f61028d4dd0279fbe120
Reviewed-on: https://gerrit.libreoffice.org/47861
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/connectivity/sqliterator.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/sqliterator.hxx b/include/connectivity/sqliterator.hxx index 68810e20b046..eb5be747e980 100644 --- a/include/connectivity/sqliterator.hxx +++ b/include/connectivity/sqliterator.hxx @@ -280,7 +280,7 @@ namespace connectivity // helper to implement getColumnTableRange bool impl_getColumnTableRange(const OSQLParseNode* pNode, OUString &rTableRange) const; - /** traverses the list of table names, and filles _rTables + /** traverses the list of table names, and fills _rTables */ bool traverseTableNames( OSQLTables& _rTables ); |