From 5e9845ece91a1b301dfd56de2915162429473a89 Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Tue, 24 Jan 2017 09:49:05 +0100
Subject: [PATCH] Fixes: #5328 correct spelling errors found in the manpages

Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be>
---
 contrib/bin/fusiondirectory-setup    | 4 ++--
 contrib/man/fusiondirectory.conf.pod | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/bin/fusiondirectory-setup b/contrib/bin/fusiondirectory-setup
index 73079af44..5e0b4fbe3 100644
--- a/contrib/bin/fusiondirectory-setup
+++ b/contrib/bin/fusiondirectory-setup
@@ -1812,7 +1812,7 @@ Some extra features allow you to install FusionDirectory's plugins, and change d
 
 =item --update-cache
 
-This option update the /var/cache/fusiondirectory/class.cache file. Wich contain PHP classes used in FusionDirectory, and their location.
+This option update the /var/cache/fusiondirectory/class.cache file. Which contain PHP classes used in FusionDirectory, and their location.
 
 =item --update-locales
 
@@ -1889,7 +1889,7 @@ This option will list the dn of LDAP entries using deprecated attributes or obje
 
 =item --ldif-deprecated
 
-This option will print an LDIF to allow you to remove deprecated attributes from you ldap server. Be carefull and check before applying.
+This option will print an LDIF to allow you to remove deprecated attributes from you ldap server. Be careful and check before applying.
 
 =item --show-config
 
diff --git a/contrib/man/fusiondirectory.conf.pod b/contrib/man/fusiondirectory.conf.pod
index a4d657dd9..e943cdbcf 100644
--- a/contrib/man/fusiondirectory.conf.pod
+++ b/contrib/man/fusiondirectory.conf.pod
@@ -71,12 +71,12 @@ This path needs to be writeable by the user your webserver is running with.
 
 =item B<ignoreAcl> I<dn>
 
-The ignoreAcl value tells FusionDirectory to ignore complete ACL sets for the given DN. Add your DN here and you'll be able to restore accidently dropped ACLs.
+The ignoreAcl value tells FusionDirectory to ignore complete ACL sets for the given DN. Add your DN here and you'll be able to restore accidentally dropped ACLs.
 
 =item B<displayerrors> bool
 
 The  displayerrors  statement tells FusionDirectory to show PHP errors in the upper part of the screen. This should be disabled in productive deployments, because there
-might be some important passwords arround.
+might be some important passwords around.
 
 =back
 
-- 
GitLab