summaryrefslogtreecommitdiff
path: root/gst/gstmessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstmessage.h')
-rw-r--r--gst/gstmessage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstmessage.h b/gst/gstmessage.h
index b0e5e99ef..6603f0c0d 100644
--- a/gst/gstmessage.h
+++ b/gst/gstmessage.h
@@ -187,7 +187,7 @@ GQuark gst_message_type_to_quark (GstMessageType type);
* gst_message_ref:
* @msg: the message to ref
*
- * Convinience macro to increase the reference count of the message. Returns the
+ * Convenience macro to increase the reference count of the message. Returns the
* reffed message.
*/
#define gst_message_ref(msg) GST_MESSAGE (gst_mini_object_ref (GST_MINI_OBJECT (msg)))
@@ -195,7 +195,7 @@ GQuark gst_message_type_to_quark (GstMessageType type);
* gst_message_unref:
* @msg: the message to unref
*
- * Convinience macro to decrease the reference count of the message, possibly freeing
+ * Convenience macro to decrease the reference count of the message, possibly freeing
* the it.
*/
#define gst_message_unref(msg) gst_mini_object_unref (GST_MINI_OBJECT (msg))