diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-21 13:13:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-21 13:14:11 +0200 |
commit | f824604b5c1b480bf6680935362eb1d4617187c9 (patch) | |
tree | 55056ecdb3572008af918e2ccbb073bc7159b411 /connectivity | |
parent | 46f1a5a7de28c75a8e977909d7f6e91a22875e0c (diff) |
fix spelling
Change-Id: I1a4d66a78549ea49649a6bed92acb44dbd8b13e2
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/dbtools2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/dbtools2.cxx b/connectivity/source/commontools/dbtools2.cxx index 318f5727494d..d18fa2084bef 100644 --- a/connectivity/source/commontools/dbtools2.cxx +++ b/connectivity/source/commontools/dbtools2.cxx @@ -889,7 +889,7 @@ bool isEmbeddedInDatabase( const Reference< XInterface >& _rxComponent, Referenc } catch(Exception&) { - // not intereseted in + // not interested in } return bIsEmbedded; } |