From 27d88bc767e33cce5786f4eee7417185a0086f63 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 30 Jun 2015 05:12:26 +0000 Subject: [PATCH] Fix minor typo --- CRM/Contact/Form/Search/Custom/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Search/Custom/Group.php b/CRM/Contact/Form/Search/Custom/Group.php index 3d735ff2fc..7bc79e1580 100644 --- a/CRM/Contact/Form/Search/Custom/Group.php +++ b/CRM/Contact/Form/Search/Custom/Group.php @@ -81,7 +81,7 @@ class CRM_Contact_Form_Search_Custom_Group extends CRM_Contact_Form_Search_Custo } public function __destruct() { - // mysql drops the tables when connectiomn is terminated + // mysql drops the tables when connection is terminated // cannot drop tables here, since the search might be used // in other parts after the object is destroyed } -- 2.25.1