Merge pull request #4054 from eileenmcnaughton/CRM-15237
[civicrm-core.git] / tests / extensions / test.extension.manager.moduletest / moduletest.php
index b08e1e7d2f934764a7cbfe51ca515a804eeb3c94..5e92a003bcd502206b560bc97232249f3d858e25 100644 (file)
@@ -8,14 +8,14 @@ function moduletest_civicrm_install() {
 }
 
 /**
- * Implemenation of hook_civicrm_postInstall
+ * Implementation of hook_civicrm_postInstall
  */
 function moduletest_civicrm_postInstall() {
   CRM_Extension_Manager_ModuleTest::incHookCount('moduletest', 'postInstall');
 }
 
 /**
- * Implemenation of hook_civicrm_uninstall
+ * Implementation of hook_civicrm_uninstall
  */
 function moduletest_civicrm_uninstall() {
   CRM_Extension_Manager_ModuleTest::incHookCount('moduletest', 'uninstall');