diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-01 10:42:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-01 10:51:01 +0200 |
commit | 1d857ca26f60449ef325acd0aac40c11dded128e (patch) | |
tree | db73aff6a9f8c74c7fa96078e3643b37bf51aefe /dbaccess | |
parent | 5482ee62a51f213eed49becff0a07640c030df7e (diff) |
Fix typos
Change-Id: I3cd50e374c45bc1c400b24c8fffd6d8f5cd1de56
Reviewed-on: https://gerrit.libreoffice.org/38208
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryTableView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx index f96a49e61852..ce4ac928d7c8 100644 --- a/dbaccess/source/ui/querydesign/QueryTableView.cxx +++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx @@ -215,7 +215,7 @@ namespace // don't create an Undo-Action for the new connection : the connection is // covered by the Undo-Action for the tabwin, as the "Undo the insert" will // automatically remove all connections adjacent to the win. - // (Because of this automatism we would have an ownerhsip ambiguity for + // (Because of this automatism we would have an ownership ambiguity for // the connection data if we would insert the conn-Undo-Action) } } |