docs: fix typo
authorMart Raudsepp <leio@gentoo.org>
Wed, 17 Mar 2010 10:45:49 +0000 (12:45 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 17 Mar 2010 11:03:15 +0000 (11:03 +0000)
gst/gstelement.h

index c60ae8d..0b0dd0c 100644 (file)
@@ -40,7 +40,7 @@ typedef struct _GstElementClass GstElementClass;
  * @GST_STATE_PLAYING     : the element is PLAYING, the #GstClock is running and
  *                          the data is flowing.
  *
- * The posible states an element can be in. States can be chaged using
+ * The possible states an element can be in. States can be changed using
  * gst_element_set_state() and checked using gst_element_get_state().
  */
 typedef enum {