[Libreoffice-commits] core.git: connectivity/source

Julien Nabet serval2412 at yahoo.fr
Wed Jun 18 13:55:56 PDT 2014


 connectivity/source/drivers/kab/KConnection.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 75df2983cb4aef869bc5845f23b0e6885ee9181a
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Jun 18 22:51:30 2014 +0200

    Typo: perharps->perhaps
    
    Change-Id: Ibc1580d04d896a953edc15fb6cc9381914230e32

diff --git a/connectivity/source/drivers/kab/KConnection.cxx b/connectivity/source/drivers/kab/KConnection.cxx
index b23f11d..cc114f3 100644
--- a/connectivity/source/drivers/kab/KConnection.cxx
+++ b/connectivity/source/drivers/kab/KConnection.cxx
@@ -68,8 +68,8 @@ void KabConnection::construct(const OUString&, const Sequence< PropertyValue >&)
     // create a KDE address book object
     m_pAddressBook = KABC::StdAddressBook::self();
     KABC::StdAddressBook::setAutomaticSave(false);
-// perharps we should analyze the URL to know whether the addressbook is local, over LDAP, etc...
-// perharps we should get some user and password information from "info" properties
+// perhaps we should analyze the URL to know whether the addressbook is local, over LDAP, etc...
+// perhaps we should get some user and password information from "info" properties
 
     osl_atomic_decrement( &m_refCount );
 }


More information about the Libreoffice-commits mailing list