summaryrefslogtreecommitdiff
path: root/gst/gstregistry.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-11-25 16:44:05 +0200
committerStefan Kost <ensonic@users.sf.net>2009-11-25 16:59:50 +0200
commit23da3639f00949921aae27e17f4ad7eebe78aa45 (patch)
tree6cacdd1aacf1d1b6cddd8816ee1aebd10e7f466e /gst/gstregistry.c
parentc95b233ce5d89c396a6febcaf632c0ea4a1ba9f1 (diff)
docs: fix xrefs in docs
Fix typos in xrefs, links to non existing functions and rework plural forms.
Diffstat (limited to 'gst/gstregistry.c')
-rw-r--r--gst/gstregistry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstregistry.c b/gst/gstregistry.c
index c3e7a060b8..4b38782f43 100644
--- a/gst/gstregistry.c
+++ b/gst/gstregistry.c
@@ -31,7 +31,7 @@
* <emphasis role="bold">Design:</emphasis>
*
* The #GstRegistry object is a list of plugins and some functions for dealing
- * with them. #GstPlugins are matched 1-1 with a file on disk, and may or may
+ * with them. Each #GstPlugin is matched 1-1 with a file on disk, and may or may
* not be loaded at a given time. There may be multiple #GstRegistry objects,
* but the "default registry" is the only object that has any meaning to the
* core.