bus: fix typo in the docs
authorStefan Sauer <ensonic@users.sf.net>
Thu, 13 Oct 2011 15:33:06 +0000 (17:33 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 13 Oct 2011 15:33:06 +0000 (17:33 +0200)
gst/gstbus.c

index bca4558016a07e0849a5f7ab502ca13706c39d2f..a281aeb0c867160c4e90ea472fe9853c1bb3a613 100644 (file)
@@ -1217,8 +1217,8 @@ gst_bus_disable_sync_message_emission (GstBus * bus)
  * responsible for calling gst_bus_remove_signal_watch() as many times as this
  * function is called.
  *
- * There can only be a single bus watch per bus, you most remove all signal watch
- * before you can set another type of watch.
+ * There can only be a single bus watch per bus, you must remove any signal
+ * watch before you can set another type of watch.
  *
  * MT safe.
  */