]> git.sesse.net Git - mlt/commitdiff
Fix spelling error in doxygen.
authorDan Dennedy <dan@dennedy.org>
Mon, 7 Mar 2011 05:06:05 +0000 (21:06 -0800)
committerDan Dennedy <dan@dennedy.org>
Mon, 7 Mar 2011 05:06:05 +0000 (21:06 -0800)
src/framework/mlt_properties.c

index c64a3fcd85ee5f70a435a3efbe6b975639e33355..95a560374dcffcfb12b5410980745610d0c35587 100644 (file)
@@ -898,7 +898,7 @@ void *mlt_properties_get_data( mlt_properties self, const char *name, int *lengt
  * \param name the property to set
  * \param value an opaque pointer to binary data
  * \param length the size of the binary data in bytes (optional)
- * \param destroy a function to dellacate the binary data when the property is closed (optional)
+ * \param destroy a function to deallocate the binary data when the property is closed (optional)
  * \param serialise a function that can serialize the binary data as text (optional)
  * \return true if error
  */