*
* 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().
*
* 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().
*
*
* 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().
*