From: Arun Raghavan Date: Tue, 31 Aug 2010 00:26:18 +0000 (-0300) Subject: docs: Trivial cleanup for GST_DEBUG_CATEGORY_GET X-Git-Tag: RELEASE-0.10.31~160 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00a0f4fd0bd02464c5f7157689674662c87d375e;p=platform%2Fupstream%2Fgstreamer.git docs: Trivial cleanup for GST_DEBUG_CATEGORY_GET --- diff --git a/gst/gstinfo.h b/gst/gstinfo.h index b827633..c2f12ce 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -447,9 +447,9 @@ gint gst_debug_construct_win_color (guint colorinfo); * @cat: the category to initialize. * @name: log category name * - * Lookup an exiting #GstDebugCategory by its @name and sets @cat. If category - * is not found, but GST_CAT_DEFAULT is defined, that is assigned to @cat. - * Otherwise cat will be NULL. + * Looks up an existing #GstDebugCategory by its @name and sets @cat. If the + * category is not found, but GST_CAT_DEFAULT is defined, that is assigned to + * @cat. Otherwise @cat will be NULL. * * |[ * GST_DEBUG_CATEGORY_STATIC (gst_myplugin_debug);