From: Tim Otten Date: Thu, 5 Sep 2013 21:02:30 +0000 (-0700) Subject: CRM_Core_Config - Typo X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3713d69c0a71b8610a33ed2688396ee3384834da;p=civicrm-core.git CRM_Core_Config - Typo --- diff --git a/CRM/Core/Config.php b/CRM/Core/Config.php index c7a82abac0..459faf8370 100644 --- a/CRM/Core/Config.php +++ b/CRM/Core/Config.php @@ -503,7 +503,7 @@ class CRM_Core_Config extends CRM_Core_Config_Variables { } /** - * Retrieve a mailer to send any mail from the applciation + * Retrieve a mailer to send any mail from the application * * @param boolean $persist open a persistent smtp connection, should speed up mailings * @access private