queue2: Fix small doc typo
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 10 Nov 2009 12:52:30 +0000 (09:52 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 10 Nov 2009 12:52:30 +0000 (09:52 -0300)
plugins/elements/gstqueue2.c

index fad4867..9682d86 100644 (file)
@@ -591,7 +591,7 @@ update_buffering (GstQueue2 * queue)
 
   if (queue->is_eos) {
     /* on EOS we are always 100% full, we set the var here so that it we can
-     * resue the logic below to stop buffering */
+     * reuse the logic below to stop buffering */
     percent = 100;
   } else {
     /* figure out the percent we are filled, we take the max of all formats. */