diff options
Diffstat (limited to 'gtk/gtkwidget.c')
-rw-r--r-- | gtk/gtkwidget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 28dbaa2b6f..6e7d2a32c8 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -4554,8 +4554,8 @@ gtk_widget_real_unrealize (GtkWidget *widget) */ /* We must do unrealize child widget BEFORE container widget. - * gdk_window_destroy() destroys specified xwindow and it's sub-xwindows. - * So, unrealizing container widget bofore it's children causes the problem + * gdk_window_destroy() destroys specified xwindow and its sub-xwindows. + * So, unrealizing container widget bofore its children causes the problem * (for example, gdk_ic_destroy () with destroyed window causes crash. ) */ |