From 57d964463823dbae368f0ba5de0016409b82254c Mon Sep 17 00:00:00 2001 From: Tyler Stephens Date: Mon, 2 Feb 2015 10:05:53 -0500 Subject: [PATCH] Fix grammar, 'install' should be 'installed'. --- IMAGLdapBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMAGLdapBundle.php b/IMAGLdapBundle.php index 3429ad4..5d88944 100644 --- a/IMAGLdapBundle.php +++ b/IMAGLdapBundle.php @@ -27,7 +27,7 @@ class IMAGLdapBundle extends Bundle public function boot() { if (!function_exists('ldap_connect')) { - throw new \Exception("module php-ldap isn't install"); + throw new \Exception("module php-ldap isn't installed"); } }