From ae5e44bfb36ec99382081379952e004d335f4a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 12 Nov 2011 14:04:10 +0000 Subject: [PATCH] docs: fix typo in buffer docs --- gst/gstbuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index 46a60f545f..0bf7d8afb5 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -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);