docs: remove double "the"
authorAndrzej Bieniek <andyhelp@gmail.com>
Fri, 31 May 2013 22:37:07 +0000 (23:37 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 1 Jun 2013 19:10:36 +0000 (20:10 +0100)
docs/pwg/advanced-allocation.xml
docs/pwg/building-boiler.xml
docs/random/porting-to-1.0.txt

index aedf10a..5888037 100644 (file)
   /* make memory holding 100 bytes */
   mem = gst_allocator_alloc (NULL, 100, NULL);
 
-  /* add the the buffer */
+  /* add the buffer */
   gst_buffer_append_memory (buffer, mem);
 
 [...]
index 77d78ce..fd171ad 100644 (file)
@@ -328,7 +328,7 @@ GST_STATIC_PAD_TEMPLATE (
       Those pad templates are registered during the
       <function>_class_init ()</function> function with the
       <function>gst_element_class_add_pad_template ()</function>. For this
-      function you need a handle the the <classname>GstPadTemplate</classname>
+      function you need a handle the <classname>GstPadTemplate</classname>
       which you can create from the static pad template with
       <function>gst_static_pad_template_get ()</function>. See below for more
       details on this.
index 5e75c19..341d9f9 100644 (file)
@@ -199,7 +199,7 @@ CHANGES
     as buffers, events, messages, caps, etc. Signals, for example, would use the
     boxed type if the argument include GstMiniObject derived types.
 
-    gst_mini_object_new() is removed. You would allocate memory with the the
+    gst_mini_object_new() is removed. You would allocate memory with the
     methods specific for the derived type.
 
     GstParamSpecMiniObject is removed, use boxed param spec now with the GType