fixes to comment blocks & spelling
[civicrm-core.git] / tests / phpunit / api / v3 / GroupTest.php
index 6def8b7ff9ece8ff18a5ab6f095553d35a3d57af..e808bc4d0aa5b4c23ad93f1fc94ca9df59e96607 100644 (file)
@@ -152,7 +152,7 @@ class api_v3_GroupTest extends CiviUnitTestCase {
   }
 
   function testgetfields() {
-    $description = "demonstrate use of getfields to interogate api";
+    $description = "demonstrate use of getfields to interrogate api";
     $params = array('action' => 'create');
     $result = $this->callAPIAndDocument('group', 'getfields', $params, __FUNCTION__, __FILE__, $description, 'getfields', 'getfields');
     $this->assertEquals(1, $result['values']['is_active']['api.default']);