Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

101037: ALF-21310


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101065 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-04-01 15:18:51 +00:00
parent 15b8c8f625
commit 9235a87b44

View File

@@ -212,7 +212,7 @@ public class AlfrescoJavaMailSender extends JavaMailSenderImpl
}
catch (Exception ex)
{
throw new MessagingException("Unexpected exception borrwoing connection from pool", ex);
throw new MessagingException("Unexpected exception borrowing connection from pool", ex);
}
}