docs: fix typo in buffer docs
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 12 Nov 2011 14:04:10 +0000 (14:04 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 12 Nov 2011 14:04:10 +0000 (14:04 +0000)
gst/gstbuffer.h

index 46a60f5..0bf7d8a 100644 (file)
@@ -350,7 +350,7 @@ gst_buffer_ref (GstBuffer * buf)
  * @buf: (transfer full): a #GstBuffer.
  *
  * Decreases the refcount of the buffer. If the refcount reaches 0, the buffer
- * with the associated metadata and memoty will be freed.
+ * with the associated metadata and memory will be freed.
  */
 #ifdef _FOOL_GTK_DOC_
 G_INLINE_FUNC void gst_buffer_unref (GstBuffer * buf);