diff options
author | Evan Nemerson <evan@nemerson.com> | 2014-06-30 23:39:18 -0700 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-07-01 09:03:41 +0200 |
commit | 5abc82e9f385f14be6dfab9873df7247d455b547 (patch) | |
tree | 32de4b959e4a49f72f82b41704359229e08f6925 /gst/gstmessage.c | |
parent | 688108431a4089ddd67e4c1726713b85e134b053 (diff) |
introspection: Assorted minor introspection and documentation fixes
https://bugzilla.gnome.org/show_bug.cgi?id=732534
Diffstat (limited to 'gst/gstmessage.c')
-rw-r--r-- | gst/gstmessage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstmessage.c b/gst/gstmessage.c index f4b3dedb8..63950eb87 100644 --- a/gst/gstmessage.c +++ b/gst/gstmessage.c @@ -2340,7 +2340,7 @@ gst_message_parse_have_context (GstMessage * message, GstContext ** context) * @device: (transfer none): The new #GstDevice * * Creates a new device-added message. The device-added message is produced by - * #GstDeviceProvider or a #GstlDeviceMonitor. They announce the appearance + * #GstDeviceProvider or a #GstDeviceMonitor. They announce the appearance * of monitored devices. * * Returns: a newly allocated #GstMessage |