From bf35c77f14f443670bd48bb8a321e974b0e57c7d Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 27 Jan 2014 23:08:08 -0500 Subject: docs: use () instead of tags --- gtk/gtkbuilder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkbuilder.c') diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 01ae50d71d..81b8413cf2 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -91,10 +91,10 @@ * * Typically, the specific kind of object represented by an <object> * element is specified by the "class" attribute. If the type has not been - * loaded yet, GTK+ tries to find the _get_type() from the + * loaded yet, GTK+ tries to find the _get_type() 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() explictly with the "type-func" attribute. + * _get_type() explictly 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 -- cgit v1.2.1