From e2064732f4e155c225c5097098c0a4452eef0a26 Mon Sep 17 00:00:00 2001 From: Luan Kevin Ferreira Date: Tue, 28 Nov 2017 10:33:44 -0200 Subject: [PATCH] Fix typo --- main/extensions/source/config/ldap/ldapuserprofilebe.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/extensions/source/config/ldap/ldapuserprofilebe.hxx b/main/extensions/source/config/ldap/ldapuserprofilebe.hxx index 6c00c7dac47..41f1b044933 100644 --- a/main/extensions/source/config/ldap/ldapuserprofilebe.hxx +++ b/main/extensions/source/config/ldap/ldapuserprofilebe.hxx @@ -51,7 +51,7 @@ 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. + configuration settings from a LDAP repository. */ class LdapUserProfileBe : private LdapProfileMutexHolder, public BackendBase {