Index: wp-includes/widgets.php
===================================================================
--- wp-includes/widgets.php	(revision 29057)
+++ wp-includes/widgets.php	(working copy)
@@ -689,7 +689,7 @@
 /**
  * Register widget for use in sidebars.
  *
- * The default widget option is 'classname' that can be override.
+ * The default widget option is 'classname' that can be overridden.
  *
  * The function can also be used to unregister widgets when $output_callback
  * parameter is an empty string.