diff --git a/contrib/bin/fusiondirectory-setup b/contrib/bin/fusiondirectory-setup
index 73079af44eec7d91561f6760334e28491506e0d1..5e0b4fbe34126db8301fa602d19bdcfbe69d9fb8 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 a4d657dd9fd909ca07945eba1b09ed9671e90f57..e943cdbcfd720d31deb3bc4e686f94e8bbd337ae 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