Fix typo in docs

This commit is contained in:
Kristian Rietveld 2010-10-17 09:51:57 +02:00
parent 47969615b2
commit d2c6533107

View File

@ -3249,8 +3249,8 @@ _gtk_cairo_surface_extents (cairo_surface_t *surface,
* 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.
**/