docs: fix typo in GstSample docs
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 4 Jul 2012 16:55:58 +0000 (17:55 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 4 Jul 2012 16:55:58 +0000 (17:55 +0100)
gst/gstsample.h

index 45cd7ee..97a3843 100644 (file)
@@ -42,7 +42,7 @@ GST_EXPORT GType _gst_sample_type;
  *
  * The opaque structure of a #GstSample. A sample contains a typed memory
  * block and the associated timing information. It is mainly used to
- * exchange buffers with and application.
+ * exchange buffers with an application.
  */
 typedef struct _GstSample GstSample;