From e9e620cd37e0bf9e795e840e55f164e58dfa6a8c Mon Sep 17 00:00:00 2001 From: William Manley Date: Mon, 22 Sep 2014 14:27:05 +0100 Subject: [PATCH] docs: Fix GstBuffer typo "memory bock" -> "memory block" https://bugzilla.gnome.org/show_bug.cgi?id=737117 --- gst/gstbuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index 720da8b..3d907d6 100644 --- a/gst/gstbuffer.c +++ b/gst/gstbuffer.c @@ -1114,9 +1114,9 @@ gst_buffer_remove_memory_range (GstBuffer * buffer, guint idx, gint length) * in @buffer. * * When this function returns %TRUE, @idx will contain the index of the first - * memory bock where the byte for @offset can be found and @length contains the + * memory block where the byte for @offset can be found and @length contains the * number of memory blocks containing the @size remaining bytes. @skip contains - * the number of bytes to skip in the memory bock at @idx to get to the byte + * the number of bytes to skip in the memory block at @idx to get to the byte * for @offset. * * @size can be -1 to get all the memory blocks after @idx. -- 2.7.4