summaryrefslogtreecommitdiff
path: root/gtk/gtkviewport.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-07-02 02:19:06 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-07-02 10:41:11 -0400
commitf70fc49ebc999bc4e37c0807e818aeff2bca3459 (patch)
treedd4e205b9f93cbc386b4d8087e485cb15d06393c /gtk/gtkviewport.c
parentff28d3f4d902a15ad33068adb52ab0ae8caf9cab (diff)
downloadgtk+-f70fc49ebc999bc4e37c0807e818aeff2bca3459.tar.gz
docs: fix a number of typos and obsolete references
Diffstat (limited to 'gtk/gtkviewport.c')
-rw-r--r--gtk/gtkviewport.c2
1 files changed, 1 insertions, 1 deletions
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