diff --git a/ChangeLog b/ChangeLog index c43e24dc10..e84ccc6602 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-12 Wim Taymans + + * libs/gst/base/gstpushsrc.c: + Fix typo. + 2005-12-12 Wim Taymans * docs/libs/gstreamer-libs-sections.txt: diff --git a/libs/gst/base/gstpushsrc.c b/libs/gst/base/gstpushsrc.c index 90d10f8f2d..59fdcec5d7 100644 --- a/libs/gst/base/gstpushsrc.c +++ b/libs/gst/base/gstpushsrc.c @@ -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. *