docs: fix typo
diff --git a/gst/gstelement.h b/gst/gstelement.h
index c60ae8d..0b0dd0c 100644
--- a/gst/gstelement.h
+++ b/gst/gstelement.h
@@ -40,7 +40,7 @@
  * @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 {