widget: Fix typo in docs

This commit is contained in:
Benjamin Otte 2011-03-17 16:26:50 +01:00
parent 97dfcaddbb
commit 261bcb1ed8

View File

@ -7632,7 +7632,7 @@ gtk_widget_get_sensitive (GtkWidget *widget)
* @widget: a #GtkWidget * @widget: a #GtkWidget
* *
* Returns the widget's effective sensitivity, which means * Returns the widget's effective sensitivity, which means
* it is sensitive itself and also its parent widget is sensntive * it is sensitive itself and also its parent widget is sensitive
* *
* Returns: %TRUE if the widget is effectively sensitive * Returns: %TRUE if the widget is effectively sensitive
* *