Clean up docblock
[civicrm-core.git] / CRM / Widget / Widget.php
index 020738e5fb7871c87e10b6e413fc21a1344cfa06..29586c3658f18901f16886d393785deead19110f 100644 (file)
@@ -25,7 +25,7 @@ class CRM_Widget_Widget {
           ),
         ),
         'getEmbedCode' => array(
-          'description' => 'Gets embed code.  Perhaps overkill, but we can track dropoffs in this case. by # of people reqeusting emebed code / number of unique instances.',
+          'description' => 'Gets embed code.  Perhaps overkill, but we can track dropoffs in this case. by # of people requesting embed code / number of unique instances.',
           'access' => 'remote',
           'arguments' => array(
             'contributionPageID',
@@ -193,4 +193,5 @@ WHERE  id = %1";
     return "<embed>.......................</embed>" .
     print_r(func_get_args(), 1);
   }
+
 }