diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-07-24 23:25:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-07-25 00:17:30 +0200 |
commit | feb54809e9c0ed921cfda3417fe1eff7d6b9e2ef (patch) | |
tree | 6e26352c2cb2f4f6295902578a824cd151fa850e /dbaccess | |
parent | a7a99a574660fc62a9514b2ed3f8ddfe8ad8540c (diff) |
Typo: tyoe->type
Change-Id: I65c1da9adaec5f95d38cb523822d50e9a05386bd
Reviewed-on: https://gerrit.libreoffice.org/40384
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/inc/dsntypes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/inc/dsntypes.hxx b/dbaccess/source/inc/dsntypes.hxx index 911d99b367e6..e6ca73926395 100644 --- a/dbaccess/source/inc/dsntypes.hxx +++ b/dbaccess/source/inc/dsntypes.hxx @@ -154,7 +154,7 @@ public: // check if a Create New Database button may be shown to insert connection url bool supportsDBCreation(const OUString& _sURL) const; - /// check if the given data source tyoe is based on the file system - i.e. the URL is a prefix plus a file URL + /// check if the given data source type is based on the file system - i.e. the URL is a prefix plus a file URL bool isFileSystemBased(const OUString& _sURL) const; bool isConnectionUrlRequired(const OUString& _sURL) const; |