From 9ea9f9a81611907d395c57afb43a328d30296173 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 28 Nov 2009 17:02:17 +0100 Subject: [PATCH] docs: fix another typo --- docs/manual/basics-bus.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/basics-bus.xml b/docs/manual/basics-bus.xml index 4fdb37bcdd..5b4674f540 100644 --- a/docs/manual/basics-bus.xml +++ b/docs/manual/basics-bus.xml @@ -214,8 +214,8 @@ g_signal_connect (bus, "message::eos", G_CALLBACK (cb_message_eos), NULL); error type and message, and optionally a debug string. Both can be extracted using gst_message_parse_error (), _parse_warning () and - _parse_info (). Both error and debug string - should be free'ed after use. + _parse_info (). Both error and debug strings + should be freed after use.