summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Long <b.long@cablelabs.com>2013-09-26 14:09:02 -0600
committerTim-Philipp Müller <tim@centricular.net>2013-09-26 21:15:27 +0100
commita89d53dd32309e7f38ea4b5ef3af1e20f0d4166b (patch)
tree490ff731b09233125278cb6748326d365c6f0cb1
parent62b7d17c2e0656ac9823978714e29a785db18269 (diff)
docs: fix spelling of "generic" in GstBaseSrc's documentation.
https://bugzilla.gnome.org/show_bug.cgi?id=708870
-rw-r--r--libs/gst/base/gstbasesrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/base/gstbasesrc.c b/libs/gst/base/gstbasesrc.c
index e35824f44..10f4b5bab 100644
--- a/libs/gst/base/gstbasesrc.c
+++ b/libs/gst/base/gstbasesrc.c
@@ -25,7 +25,7 @@
* @short_description: Base class for getrange based source elements
* @see_also: #GstPushSrc, #GstBaseTransform, #GstBaseSink
*
- * This is a generice base class for source elements. The following
+ * This is a generic base class for source elements. The following
* types of sources are supported:
* <itemizedlist>
* <listitem><para>random access sources like files</para></listitem>