summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2010-10-17 09:51:57 +0200
committerKristian Rietveld <kris@gtk.org>2010-10-17 10:30:46 +0200
commitd2c65331071a4b8ad98947988f640490886661cf (patch)
tree61235ced3f4d9454593dfae01454f4511b839cdf /gtk/gtkdnd.c
parent47969615b230a835a76e5e847099bb0e31e98c46 (diff)
downloadgtk+-d2c65331071a4b8ad98947988f640490886661cf.tar.gz
Fix typo in docs
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r--gtk/gtkdnd.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index 917521a5d8..b36960a5c6 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -3241,16 +3241,16 @@ _gtk_cairo_surface_extents (cairo_surface_t *surface,
/**
* gtk_drag_set_icon_surface:
- * @context: the context for a drag. (This must be called
- * with a context for the source side of a drag)
- * @surface: the surface to use as icon
- *
+ * @context: the context for a drag. (This must be called
+ * with a context for the source side of a drag)
+ * @surface: the surface to use as icon
+ *
* Sets @surface as the icon for a given drag. GTK+ retains
* references for the arguments, and will release them when
* they are no longer needed.
*
- * To position the surface realtive to the mouse, use
- * cairo_surface_set_device_offset() on @usrface. The mouse
+ * To position the surface relative to the mouse, use
+ * cairo_surface_set_device_offset() on @surface. The mouse
* cursor will be positioned at the (0,0) coordinate of the
* surface.
**/