diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
commit | 01bd4cc4e18a1ea697fe61791ba710d0d55e8290 (patch) | |
tree | b4475a50d93510dcc3ee2df10e97d52fc3b43a0d /gtk/gtkbuilder.c | |
parent | 92bc78c12fcbe06aa41a0d825017e1e6c57fc061 (diff) | |
download | gtk+-01bd4cc4e18a1ea697fe61791ba710d0d55e8290.tar.gz |
Fix minor typos
Diffstat (limited to 'gtk/gtkbuilder.c')
-rw-r--r-- | gtk/gtkbuilder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 803180c65f..c728ba6116 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -86,7 +86,7 @@ * been loaded yet, GTK+ tries to find the get_type() function from the * class name by applying heuristics. This works in most cases, but if * necessary, it is possible to specify the name of the get_type() function - * explictly with the "type-func" attribute. As a special case, GtkBuilder + * explicitly with the "type-func" attribute. As a special case, GtkBuilder * allows to use an object that has been constructed by a #GtkUIManager in * another part of the UI definition by specifying the id of the #GtkUIManager * in the “constructor” attribute and the name of the object in the “id” |