summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-07-12 18:09:20 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-07-12 18:09:20 +0100
commit8f1fd7d964c4d447253a2317caa7929a8ee0fabf (patch)
treef9f52d67c31726182411ad05b86a41ab63d361f7
parentc0dae6c14638672f490a96af8c96fef63ce75e5c (diff)
downloadgtk+-8f1fd7d964c4d447253a2317caa7929a8ee0fabf.tar.gz
docs: Fix typo.
-rw-r--r--gtk/gtkwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index a5d9f886db..8dacf4418d 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -4711,7 +4711,7 @@ gtk_widget_unparent (GtkWidget *widget)
* It's important to notice that gtk_widget_destroy() will only cause
* the @widget to be finalized if no additional references, acquired
* using g_object_ref(), are held on it. In case additional references
- * are in place, the @widget will be in an "inhert" state after calling
+ * are in place, the @widget will be in an "inert" state after calling
* this function; @widget will still point to valid memory, allowing you
* to release the references you hold, but you may not query the widget's
* own state.