summaryrefslogtreecommitdiff
path: root/gst/audiofx
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-05-18 10:53:48 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-05-18 10:53:48 +0100
commit6370d7e89095029aa37b75dbde82a18489df4c5f (patch)
treed7b4ca0509afa9ccf3e2ec0bc31b4fa209e83245 /gst/audiofx
parentc85322480f30879f733ba070892cd6f53ae350d1 (diff)
stereo: fix typo in plugin description
Diffstat (limited to 'gst/audiofx')
-rw-r--r--gst/audiofx/gststereo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiofx/gststereo.c b/gst/audiofx/gststereo.c
index 72539d6e1..95ca3526a 100644
--- a/gst/audiofx/gststereo.c
+++ b/gst/audiofx/gststereo.c
@@ -210,5 +210,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
stereo,
- "Muck with the stereo signal, enhance it's 'stereo-ness'",
+ "Muck with the stereo signal, enhance its 'stereo-ness'",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)