From: David Schleef Date: Sun, 15 Jun 2003 02:55:37 +0000 (+0000) Subject: Fix spelling errors X-Git-Tag: BRANCH-ERROR-ROOT~146 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2763a973ef591db3a9b9e471b6d8e74935bbe06f;p=platform%2Fupstream%2Fgstreamer.git Fix spelling errors Original commit message from CVS: Fix spelling errors --- diff --git a/libs/gst/bytestream/bytestream.c b/libs/gst/bytestream/bytestream.c index 734e2d3..ce942cc 100644 --- a/libs/gst/bytestream/bytestream.c +++ b/libs/gst/bytestream/bytestream.c @@ -255,7 +255,7 @@ gst_bytestream_fill_bytes (GstByteStream *bs, guint32 len) * * Peeks len bytes into the bytestream, the result is returned as * a #GstBuffer. Unref the buffer after usage. - * This function can return less bytes than requested. In that casa, + * This function can return less bytes than requested. In that case, * an event might have happened which you can retrieve with * gst_bytestream_get_status(). * @@ -328,7 +328,7 @@ gst_bytestream_peek (GstByteStream *bs, GstBuffer **buf, guint32 len) * a pointer to a guint8*. The data pointed to be data should not * be freed and will become invalid after performing the next bytestream * operation. - * This function can return less bytes than requested. In that casa, + * This function can return less bytes than requested. In that case, * an event might have happened which you can retrieve with * gst_bytestream_get_status(). * @@ -633,7 +633,7 @@ gst_bytestream_length (GstByteStream *bs) * * Read len bytes from the bytestream, the result is returned as * a #GstBuffer. Unref the buffer after usage. - * This function can return less bytes than requested. In that casa, + * This function can return less bytes than requested. In that case, * an event might have happened which you can retrieve with * gst_bytestream_get_status(). *