From 72d4bbd8db6fe78ddf294d8ade71da985089c789 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Thu, 13 Oct 2011 17:33:06 +0200 Subject: [PATCH] bus: fix typo in the docs --- gst/gstbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstbus.c b/gst/gstbus.c index bca4558..a281aeb 100644 --- a/gst/gstbus.c +++ b/gst/gstbus.c @@ -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. */ -- 2.7.4