From 6847f8e1710e208a7fb09964c9bffbcbd148b6b0 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sun, 9 May 2010 09:59:43 +0000 Subject: [PATCH] Fix typos. Props Utkarsh. git-svn-id: https://develop.svn.wordpress.org/trunk@14524 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */