connectivity/source/drivers/kab/KConnection.cxx                      |    2 +-
 connectivity/source/drivers/macab/MacabConnection.cxx                |    2 +-
 odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 75ae6c9105b19cf2adf3921b4ba17b8e46f32b55
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Wed Jun 18 22:56:12 2014 +0200

    Typo: kjnow->know
    
    Change-Id: Ib30aa4e8f430131f5f073169d694e53a3bcd6960

diff --git a/connectivity/source/drivers/kab/KConnection.cxx 
b/connectivity/source/drivers/kab/KConnection.cxx
index cc114f3..e98ee24 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 28bcb7c..b42063c 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)
diff --git 
a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx 
b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
index 6cf87bb..7075197 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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to