Fix minor typo
authorSeamus Lee <seamuslee001@gmail.com>
Tue, 30 Jun 2015 05:12:26 +0000 (05:12 +0000)
committerSeamus Lee <seamuslee001@gmail.com>
Tue, 30 Jun 2015 05:12:26 +0000 (05:12 +0000)
CRM/Contact/Form/Search/Custom/Group.php

index 3d735ff2fc2c2ff02f172aa3878fbf4103ffd828..7bc79e158039913670549b89349d099b3c2980d4 100644 (file)
@@ -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
   }