[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - extensions/source
Matthias Seidel
mseidel at apache.org
Tue Nov 28 23:09:40 UTC 2017
extensions/source/config/ldap/ldapaccess.hxx | 2 +-
extensions/source/config/ldap/ldapuserprofilebe.hxx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 7ff777edb7e373243f6e66720df1886dea6f7141
Author: Matthias Seidel <mseidel at apache.org>
Date: Tue Nov 28 22:44:54 2017 +0000
Fixed typos
diff --git a/extensions/source/config/ldap/ldapuserprofilebe.hxx b/extensions/source/config/ldap/ldapuserprofilebe.hxx
index 38a68f17b0c0..84cac1b6e0c4 100644
--- a/extensions/source/config/ldap/ldapuserprofilebe.hxx
+++ b/extensions/source/config/ldap/ldapuserprofilebe.hxx
@@ -50,8 +50,8 @@ typedef cppu::WeakComponentImplHelper2<css::beans::XPropertySet,
struct LdapProfileMutexHolder { osl::Mutex mMutex; };
/**
Implements the PlatformBackend service, a specialization of the
- XPropertySet service for retreiving LDAP user profile
- configuration settings from a LDAP repsoitory.
+ XPropertySet service for retrieving LDAP user profile
+ configuration settings from a LDAP repository.
*/
class LdapUserProfileBe : private LdapProfileMutexHolder, public BackendBase
{
commit 8c28f5b3d77fe0c769b9bc32e1d624b48f821104
Author: Matthias Seidel <mseidel at apache.org>
Date: Tue Nov 28 22:07:39 2017 +0000
Fixed typo
diff --git a/extensions/source/config/ldap/ldapaccess.hxx b/extensions/source/config/ldap/ldapaccess.hxx
index 9d0856d95166..851d71eb5320 100644
--- a/extensions/source/config/ldap/ldapaccess.hxx
+++ b/extensions/source/config/ldap/ldapaccess.hxx
@@ -82,7 +82,7 @@ struct LdapDefinition
typedef std::map< rtl::OUString, rtl::OUString > LdapData; // key/value pairs
-/** Class encapulating all LDAP functionality */
+/** Class encapsulating all LDAP functionality */
class LdapConnection
{
friend struct LdapMessageHolder;
More information about the Libreoffice-commits
mailing list