diff --git a/CHANGELOG b/CHANGELOG
index 191c285785f60da503f80810daf814bc11d61c13..7c85acdcb00ca749f8db3e573ed299421d6dbfc0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2007,7 +2007,7 @@ Fixes a lot of wordings
 => Bugfix : remove errors in SQL install
 => Bugfix : remove errors in PHP install
 => Bugfix : remove problem with SHELL install : chmod on module directory
-=> Feature : Add possibilty to link host/service with contactgroups and contacts.
+=> Feature : Add possibility to link host/service with contactgroups and contacts.
 => Bugfix : optimize XML for EventLogs
 
 ## Centreon 2.0-b6
diff --git a/www/include/options/accessLists/resourcesACL/formResourcesAccess.php b/www/include/options/accessLists/resourcesACL/formResourcesAccess.php
index 549bcf86c62389697d85f1bad0b8beb6a183c660..38898f079deab215010bbea0e5828a965f05a923 100644
--- a/www/include/options/accessLists/resourcesACL/formResourcesAccess.php
+++ b/www/include/options/accessLists/resourcesACL/formResourcesAccess.php
@@ -244,7 +244,7 @@
 
 	$form->addElement('header', 'Host_infos', _("Shared Resouces"));
 	$form->addElement('header', 'help', _("Help"));
-	$form->addElement('header', 'HSharedExplain', _("<b><i>Help :</i></b> Select hosts and hostgroups that can be seen by associated users. You also have the possibilty to exclude host(s) from selected hostgroup(s)."));
+	$form->addElement('header', 'HSharedExplain', _("<b><i>Help :</i></b> Select hosts and hostgroups that can be seen by associated users. You also have the possibility to exclude host(s) from selected hostgroup(s)."));
         $form->addElement('header', 'SSharedExplain', _("<b><i>Help :</i></b> Select services that can be seen by associated users."));
         $form->addElement('header', 'MSSharedExplain', _("<b><i>Help :</i></b> Select meta services that can be seen by associated users."));
         $form->addElement('header', 'FilterExplain', _("<b><i>Help :</i></b> Select the filter(s) you want to apply to the resource definition for a more restrictive view."));