bus: fix typo in the docs

This commit is contained in:
Stefan Sauer 2011-10-13 17:33:06 +02:00
parent 32b90e667d
commit 72d4bbd8db

View 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.
*/