fix type in documentation

Original commit message from CVS:
fix type in documentation
This commit is contained in:
Joshua N. Pritikin 2003-07-24 02:14:47 +00:00
parent 4bc1532aea
commit 876398c493

View file

@ -247,7 +247,7 @@ GstDebugCategory *_gst_debug_category_new (gchar * name,
* <para>
* If you define a category for a plugin or a feature of it, name the category
* like the feature. So if you wanted to write a "filesrc" element, you would
* name the category "filesink". Use lowercase letters only.
* name the category "filesrc". Use lowercase letters only.
* If you define more than one category for the same element, append an
* underscore and an identifier to your categories, like this: "filesrc_cache"
* </para>