summaryrefslogtreecommitdiff
path: root/connectivity
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
parent75df2983cb4aef869bc5845f23b0e6885ee9181a (diff)
Typo: kjnow->know
Change-Id: Ib30aa4e8f430131f5f073169d694e53a3bcd6960
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/kab/KConnection.cxx2
-rw-r--r--connectivity/source/drivers/macab/MacabConnection.cxx2
2 files changed, 2 insertions, 2 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)
diff --git a/connectivity/source/drivers/macab/MacabConnection.cxx b/connectivity/source/drivers/macab/MacabConnection.cxx
index 28bcb7c3675d..b42063c71ab4 100644
--- a/connectivity/source/drivers/macab/MacabConnection.cxx
+++ b/connectivity/source/drivers/macab/MacabConnection.cxx
@@ -191,7 +191,7 @@ void SAL_CALL MacabConnection::setCatalog( const OUString& ) throw(SQLException,
::osl::MutexGuard aGuard( m_aMutex );
checkDisposed(MacabConnection_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 MacabConnection::getCatalog( ) throw(SQLException, RuntimeException)