libs/gst/base/gstpushsrc.c: Fix typo.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 12 Dec 2005 14:43:57 +0000 (14:43 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 12 Dec 2005 14:43:57 +0000 (14:43 +0000)
Original commit message from CVS:
* libs/gst/base/gstpushsrc.c:
Fix typo.

ChangeLog
libs/gst/base/gstpushsrc.c

index c43e24d..e84ccc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-12-12  Wim Taymans  <wim@fluendo.com>
 
+       * libs/gst/base/gstpushsrc.c:
+       Fix typo.
+
+2005-12-12  Wim Taymans  <wim@fluendo.com>
+
        * docs/libs/gstreamer-libs-sections.txt:
        Added new symbol to docs.
 
index 90d10f8..59fdcec 100644 (file)
@@ -30,7 +30,7 @@
  * prefers to push out a fixed size buffer.
  *
  * Classes extending this base class will usually be scheduled
- * in a push based mode. It the peer accepts to operate without
+ * in a push based mode. If the peer accepts to operate without
  * offsets and withing the limits of the allowed block size, this
  * class can operate in getrange based mode automatically.
  *