flowcombiner: fix documentation comment typo
authorMark Nauwelaerts <mnauw@users.sourceforge.net>
Sun, 22 Feb 2015 09:02:25 +0000 (10:02 +0100)
committerMark Nauwelaerts <mnauw@users.sourceforge.net>
Mon, 23 Feb 2015 19:08:20 +0000 (20:08 +0100)
libs/gst/base/gstflowcombiner.c

index bbde72e..5d11c6d 100644 (file)
@@ -200,7 +200,7 @@ done:
  *
  * Computes the combined flow return for the pads in it.
  *
- * The #GstFlowReturn paramter should be the last flow return update for a pad
+ * The #GstFlowReturn parameter should be the last flow return update for a pad
  * in this #GstFlowCombiner. It will use this value to be able to shortcut some
  * combinations and avoid looking over all pads again. e.g. The last combined
  * return is the same as the latest obtained #GstFlowReturn.