[gtk+/gtk-3-22] getting-started: typo tie->the



commit eaf9fc60bf13ec2531ad02983472dc132595ce48
Author: Chris Martin <ch martin gmail com>
Date:   Thu Dec 8 22:13:29 2016 -0500

    getting-started: typo tie->the
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775864

 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 a4ae64d..c6bfe27 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]