diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-21 18:50:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-21 22:20:53 +0200 |
commit | 91bad611355905a637e72602d6590c12547fc1a3 (patch) | |
tree | 5a137cdf2a6897cbad5be73b6af5517050f50dcc /dbaccess | |
parent | 6b7f12f6108f136d60bd77e3787ef6a2632038cd (diff) |
Fix typos
Change-Id: Ifc804e33afa160943d7b5634f8ccf4e3af4d26e5
Reviewed-on: https://gerrit.libreoffice.org/57806
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx index fe306eb14b6f..d06dbce1abf8 100644 --- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx +++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx @@ -678,7 +678,7 @@ bool OSelectionBrowseBox::saveField(OUString& _sFieldName ,OTableFieldDescRef co OSQLParseNode* pParseNode = nullptr; { - // 4 passes in trying to interprete the field name + // 4 passes in trying to interpret the field name // - don't quote the field name, parse internationally // - don't quote the field name, parse en-US // - quote the field name, parse internationally |