summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2010-03-17 12:45:49 +0200
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-17 11:03:15 +0000
commit719a9217fb7a55bf8080781e20ab388b2b28eef4 (patch)
treeff3bcb8366e8a8a0539801105520488bd8ebbf5c
parent96bff7ac629bb3886f97d6eb8d241e16ac304d69 (diff)
docs: fix typo
-rw-r--r--gst/gstelement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstelement.h b/gst/gstelement.h
index c60ae8da78..0b0dd0c506 100644
--- a/gst/gstelement.h
+++ b/gst/gstelement.h
@@ -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 {