From 2763a973ef591db3a9b9e471b6d8e74935bbe06f Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 15 Jun 2003 02:55:37 +0000 Subject: [PATCH] Fix spelling errors Original commit message from CVS: Fix spelling errors --- libs/gst/bytestream/bytestream.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(). * -- 2.7.4