diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 1b44813bab..cfcc481780 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -13,9 +13,9 @@ * * @since 2.7 * - * Outputs the HTML for the hidden table rows used in Categories, Link Caregories and Tags quick edit. + * Outputs the HTML for the hidden table rows used in Categories, Link Categories and Tags quick edit. * - * @param string $type "edit-tags", "categoried" or "edit-link-categories" + * @param string $type "edit-tags", "categories" or "edit-link-categories" * @param string $taxonomy The taxonomy of the row. * @return */