Index: api.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/api/api.module,v retrieving revision 1.88.2.101 diff -u -p -r1.88.2.101 api.module --- api.module 11 May 2010 05:44:44 -0000 1.88.2.101 +++ api.module 11 May 2010 13:17:38 -0000 @@ -1597,7 +1597,7 @@ function api_related_topics($did, $branc /** * Returns a link to the file a documentation object is in. * - * @praam $object + * @param $object * Documentation object. * * @return @@ -1620,7 +1620,7 @@ function api_cron() { * * @param $code * PHP code to scan for function names. - * @praam $branch + * @param $branch * Branch to make the links in. * * @return @@ -1635,7 +1635,7 @@ function api_link_code($code, $branch) { * * @param $documentation * Documentation to scan for function names. - * @praam $branch + * @param $branch * Branch to make the links in. * * @return @@ -1670,7 +1670,7 @@ function api_filter_documentation($text, * * @param $documentation * PHP code to scan for function names. - * @praam $branch + * @param $branch * Branch to make the links in. * @stages * Array of stages to process.