summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-18 22:56:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-06-18 22:56:12 +0200
commit75ae6c9105b19cf2adf3921b4ba17b8e46f32b55 (patch)
tree0cf32a0e66ec6cb013ef0e76c70e45db92f287ec /connectivity/source/drivers/kab
parent75df2983cb4aef869bc5845f23b0e6885ee9181a (diff)
Typo: kjnow->know
Change-Id: Ib30aa4e8f430131f5f073169d694e53a3bcd6960
Diffstat (limited to 'connectivity/source/drivers/kab')
-rw-r--r--connectivity/source/drivers/kab/KConnection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/kab/KConnection.cxx b/connectivity/source/drivers/kab/KConnection.cxx
index cc114f37ff20..e98ee2473e0e 100644
--- a/connectivity/source/drivers/kab/KConnection.cxx
+++ b/connectivity/source/drivers/kab/KConnection.cxx
@@ -196,7 +196,7 @@ void SAL_CALL KabConnection::setCatalog( const OUString& ) throw(SQLException, R
::osl::MutexGuard aGuard( m_aMutex );
checkDisposed(KabConnection_BASE::rBHelper.bDisposed);
- // if your database doesn't work with catalogs you go to next method otherwise you kjnow what to do
+ // if your database doesn't work with catalogs you go to next method otherwise you know what to do
}
OUString SAL_CALL KabConnection::getCatalog( ) throw(SQLException, RuntimeException, std::exception)