diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-16 07:19:43 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-05-16 06:18:47 +0000 |
commit | a9ff36a1e9080b7789d2150dd5a0fdcb1cc7a968 (patch) | |
tree | 0c8bc74bb4a548f9479b5ba4926fa1131d133a74 /dbaccess | |
parent | e265ea36df02310881e959a031b74578b323bfa5 (diff) |
Fix typos
Change-Id: If7262e114b5b4cd40e9c0a8929940199ea747595
Reviewed-on: https://gerrit.libreoffice.org/25025
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/connection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/connection.hxx b/dbaccess/source/core/dataaccess/connection.hxx index 91a9755e0a6d..6b6508e1abf1 100644 --- a/dbaccess/source/core/dataaccess/connection.hxx +++ b/dbaccess/source/core/dataaccess/connection.hxx @@ -220,7 +220,7 @@ private: */ void impl_loadConnectionTools_throw(); - /** reads the table filter and table type filter from the datasourfce + /** reads the table filter and table type filter from the datasource */ void impl_fillTableFilter(); }; |