summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2009-11-10 09:52:30 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2009-11-10 09:52:30 -0300
commit5c7104c0023161131a54d39f09b4635b0241f681 (patch)
treecc91c6be6b5b06e4d10cac2443ada25a417fe9c2 /plugins
parentdfc792c904394b3ac00215b142393725deebca37 (diff)
queue2: Fix small doc typo
Diffstat (limited to 'plugins')
-rw-r--r--plugins/elements/gstqueue2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstqueue2.c b/plugins/elements/gstqueue2.c
index fad4867e43..9682d86aa3 100644
--- a/plugins/elements/gstqueue2.c
+++ b/plugins/elements/gstqueue2.c
@@ -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. */