Corrected more mispellings of the word <extension>

This commit is contained in:
Oxymoron 2017-07-22 16:29:33 -05:00
parent 4b312a4f35
commit 3bc9c54039
7 changed files with 11 additions and 11 deletions

View file

@ -14,7 +14,7 @@ class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin
{
if (!\function_exists('ldap_connect'))
{
return 'The LDAP PHP exention must be installed to use this plugin';
return 'The LDAP PHP extension must be installed to use this plugin';
}
return '';