summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2010-08-30 21:26:18 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-08-30 21:27:28 -0300
commit00a0f4fd0bd02464c5f7157689674662c87d375e (patch)
tree07703953801dec46be9ae5973a5458bc1a8dc1d5
parentb0b8fb9b31439d0a4591bb7d347a1f580e369d0c (diff)
docs: Trivial cleanup for GST_DEBUG_CATEGORY_GET
-rw-r--r--gst/gstinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/gstinfo.h b/gst/gstinfo.h
index b827633d29..c2f12ce9ba 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);