From f70fc49ebc999bc4e37c0807e818aeff2bca3459 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 2 Jul 2012 02:19:06 -0400 Subject: docs: fix a number of typos and obsolete references --- gtk/gtkviewport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkviewport.c') diff --git a/gtk/gtkviewport.c b/gtk/gtkviewport.c index 03b05e2ba0..5ac403bd07 100644 --- a/gtk/gtkviewport.c +++ b/gtk/gtkviewport.c @@ -46,7 +46,7 @@ * #GtkGrid, #GtkBox, and so on. * * If a widget has native scrolling abilities, such as #GtkTextView, - * #GtkTreeView or #GtkIconview, it can be added to a #GtkScrolledWindow + * #GtkTreeView or #GtkIconView, it can be added to a #GtkScrolledWindow * with gtk_container_add(). If a widget does not, you must first add the * widget to a #GtkViewport, then add the viewport to the scrolled window. * The convenience function gtk_scrolled_window_add_with_viewport() does -- cgit v1.2.1