stereo: fix typo in plugin description
authorTim-Philipp Müller <tim@centricular.com>
Thu, 18 May 2017 09:53:48 +0000 (10:53 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 18 May 2017 09:53:48 +0000 (10:53 +0100)
gst/audiofx/gststereo.c

index 72539d6..95ca352 100644 (file)
@@ -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)