summaryrefslogtreecommitdiff
path: root/gtk/gtkoverlay.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 18:10:11 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 18:10:11 -0500
commit76447c3512f083a11e716d10ade774ade929b2dd (patch)
tree9c922704e2f46615d10eaee21d5a2bf9b59f6810 /gtk/gtkoverlay.c
parenta3bad427c7b63357db3d02aa39a291d47af63f6f (diff)
downloadgtk+-76447c3512f083a11e716d10ade774ade929b2dd.tar.gz
docs: use quotes instead of <firstterm>
Diffstat (limited to 'gtk/gtkoverlay.c')
-rw-r--r--gtk/gtkoverlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c
index 084db86f67..eea5ac25f6 100644
--- a/gtk/gtkoverlay.c
+++ b/gtk/gtkoverlay.c
@@ -34,7 +34,7 @@
* @title: GtkOverlay
*
* GtkOverlay is a container which contains a single main child, on top
- * of which it can place <firstterm>overlay</firstterm> widgets. The
+ * of which it can place “overlay” widgets. The
* position of each overlay widget is determined by its #GtkWidget:halign
* and #GtkWidget:valign properties. E.g. a widget with both alignments
* set to %GTK_ALIGN_START will be placed at the top left corner of the