queue2: Fix small doc typo

This commit is contained in:
Thiago Santos 2009-11-10 09:52:30 -03:00
parent dfc792c904
commit 5c7104c002

View 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. */