summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxtext.c
diff options
context:
space:
mode:
authorLaszlo Pandy <lpandy@src.gnome.org>2011-08-13 15:21:09 +0200
committerLaszlo Pandy <lpandy@src.gnome.org>2011-08-13 15:22:44 +0200
commit991b782b75b2247d3d3a9ed72ee859dc4cb0d66e (patch)
tree5b959cdd909f10ee0c91428b9dd0d1a592c55509 /gtk/gtkcomboboxtext.c
parentc4008dff3be29fc7b29cb21d18fa0a698fa9b938 (diff)
downloadgtk+-991b782b75b2247d3d3a9ed72ee859dc4cb0d66e.tar.gz
Fix incomplete &gt; entities in docs.
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r--gtk/gtkcomboboxtext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c
index f1102cb1af..95db4800fc 100644
--- a/gtk/gtkcomboboxtext.c
+++ b/gtk/gtkcomboboxtext.c
@@ -53,8 +53,8 @@
* <title>GtkComboBoxText as GtkBuildable</title>
* <para>
* The GtkComboBoxText implementation of the GtkBuildable interface
- * supports adding items directly using the &lt;items&gt element
- * and specifying &lt;item&gt elements for each item. Each &lt;item&gt
+ * supports adding items directly using the &lt;items&gt; element
+ * and specifying &lt;item&gt; elements for each item. Each &lt;item&gt;
* element supports the regular translation attributes "translatable",
* "context" and "comments".
*