gegl r2523 - in trunk: . gegl/buffer



Author: yosh
Date: Wed Jul  2 16:31:31 2008
New Revision: 2523
URL: http://svn.gnome.org/viewvc/gegl?rev=2523&view=rev

Log:
* gegl/buffer/gegl-buffer.h: typo fix: destory->destroy

Modified:
   trunk/ChangeLog
   trunk/gegl/buffer/gegl-buffer.h

Modified: trunk/gegl/buffer/gegl-buffer.h
==============================================================================
--- trunk/gegl/buffer/gegl-buffer.h	(original)
+++ trunk/gegl/buffer/gegl-buffer.h	Wed Jul  2 16:31:31 2008
@@ -367,7 +367,7 @@
  * @extent: the dimensions (and upper left coordinates) of linear buffer.
  * @rowstride: the number of bytes between rowstarts in memory (or 0 to
  *             autodetect)
- * @destory_fn: function to call to free data or NULL if memory should not be
+ * @destroy_fn: function to call to free data or NULL if memory should not be
  *              freed.
  * @destroy_fn_data: extra argument to be passed to void destroy(ptr, data) type
  *              function.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]