docs: fix a typo in comment
authorStefan Sauer <ensonic@users.sf.net>
Sun, 26 Feb 2012 22:10:58 +0000 (23:10 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Sun, 26 Feb 2012 22:10:58 +0000 (23:10 +0100)
libs/gst/base/gstcollectpads.c

index 7fb0bf4..681102f 100644 (file)
@@ -806,7 +806,7 @@ gst_collect_pads_pop (GstCollectPads * pads, GstCollectData * data)
 }
 
 /* pop and unref the currently queued buffer, should e called with the LOCK
- * helt. */
+ * held. */
 static void
 gst_collect_pads_clear (GstCollectPads * pads, GstCollectData * data)
 {