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 HmailserverChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
{
if (!class_exists('COM'))
{
return 'The PHP exention COM must be installed to use this plugin';
return 'The PHP extension COM must be installed to use this plugin';
}
return '';