diff options
author | Chris Martin <ch.martin@gmail.com> | 2016-12-08 22:13:29 -0500 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-02-05 20:01:41 +0000 |
commit | eaf9fc60bf13ec2531ad02983472dc132595ce48 (patch) | |
tree | 554d1a5cf6c7d60ac3f760f50270a5c370a9fae5 /docs | |
parent | 644c2d9617e594e6f6331a0c54fd51433513dba2 (diff) | |
download | gtk+-eaf9fc60bf13ec2531ad02983472dc132595ce48.tar.gz |
getting-started: typo tie->the
https://bugzilla.gnome.org/show_bug.cgi?id=775864
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/getting_started.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml index a4ae64df84..c6bfe27081 100644 --- a/docs/reference/gtk/getting_started.xml +++ b/docs/reference/gtk/getting_started.xml @@ -1051,7 +1051,7 @@ example_app_window_init (ExampleAppWindow *win) <para>The contents of a widget often need to be partially or fully redrawn, e.g. when another window is moved and uncovers part of the widget, or - when tie window containing it is resized. It is also possible to explicitly + when the window containing it is resized. It is also possible to explicitly cause part or all of the widget to be redrawn, by calling gtk_widget_queue_draw() or its variants. GTK+ takes care of most of the details by providing a ready-to-use cairo context to the ::draw signal |