From 649cff7dc23c6687fcbab8879a659ec37d119d86 Mon Sep 17 00:00:00 2001
From: ryan <ryan@1a063a9b-81f0-0310-95a4-ce76da25c4cd>
Date: Wed, 26 Sep 2007 16:12:28 +0000
Subject: [PATCH] Fix typo in category widget class name. Props joostdevalk.
 fixes #5079 for trunk.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
 wp-includes/widgets.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php
index 7bd6fbd7c6..4c59217187 100644
--- a/wp-includes/widgets.php
+++ b/wp-includes/widgets.php
@@ -786,7 +786,7 @@ function wp_widget_categories_register() {
 	}
 
 	$dims = array( 'width' => 350, 'height' => 170 );
-	$class = array( 'classname' => 'widget_catgories' );
+	$class = array( 'classname' => 'widget_categories' );
 
 	for ( $i = 1; $i <= 9; $i++ ) {
 		$name = sprintf( __( 'Categories %d' ), $i );