From 6370d7e89095029aa37b75dbde82a18489df4c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 18 May 2017 10:53:48 +0100 Subject: [PATCH] stereo: fix typo in plugin description --- gst/audiofx/gststereo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audiofx/gststereo.c b/gst/audiofx/gststereo.c index 72539d6e12..95ca3526aa 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)