docs: removed double negation in event/message seq num description

https://bugzilla.gnome.org/show_bug.cgi?id=654751
This commit is contained in:
Raluca Elena Podiuc 2011-07-16 22:00:15 +03:00 committed by Tim-Philipp Müller
parent 5164d5b5bf
commit 43f5624334
2 changed files with 2 additions and 2 deletions

View file

@ -369,7 +369,7 @@ gst_event_has_name (GstEvent * event, const gchar * name)
* required.
*
* Note that events and messages share the same sequence number incrementor;
* two events or messages will never not have the same sequence number unless
* two events or messages will never have the same sequence number unless
* that correspondence was made explicitly.
*
* Returns: The event's sequence number.

View file

@ -301,7 +301,7 @@ gst_message_new_custom (GstMessageType type, GstObject * src,
* it is not required.
*
* Note that events and messages share the same sequence number incrementor;
* two events or messages will never not have the same sequence number unless
* two events or messages will never have the same sequence number unless
* that correspondence was made explicitly.
*
* Returns: The message's sequence number.