diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-18 22:56:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-18 22:56:12 +0200 |
commit | 75ae6c9105b19cf2adf3921b4ba17b8e46f32b55 (patch) | |
tree | 0cf32a0e66ec6cb013ef0e76c70e45db92f287ec /odk | |
parent | 75df2983cb4aef869bc5845f23b0e6885ee9181a (diff) |
Typo: kjnow->know
Change-Id: Ib30aa4e8f430131f5f073169d694e53a3bcd6960
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx index 6cf87bb1651a..7075197397da 100644 --- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx +++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx @@ -262,7 +262,7 @@ void SAL_CALL OConnection::setCatalog( const ::rtl::OUString& catalog ) throw(SQ ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(OConnection_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 } ::rtl::OUString SAL_CALL OConnection::getCatalog( ) throw(SQLException, RuntimeException) |