diff --git a/configure.ac b/configure.ac index 9f483961e5..3bb8ec2661 100644 --- a/configure.ac +++ b/configure.ac @@ -928,10 +928,10 @@ m4/Makefile ) AC_OUTPUT -echo -n "configure: *** Plug-ins that will be built :" +echo -n "configure: *** Plug-ins that will be built:" echo -e "$GST_PLUGINS_YES" | sort echo -echo -n "configure: *** Plug-ins that will not be built :" +echo -n "configure: *** Plug-ins that will not be built:" echo -e "$GST_PLUGINS_NO" | sort echo if test "x$BUILD_EXTERNAL" = "xno"; then diff --git a/gst-libs/gst/interfaces/mixeroptions.c b/gst-libs/gst/interfaces/mixeroptions.c index 35d8ceba15..3b0e24c828 100644 --- a/gst-libs/gst/interfaces/mixeroptions.c +++ b/gst-libs/gst/interfaces/mixeroptions.c @@ -91,7 +91,7 @@ gst_mixer_options_init (GstMixerOptions * mixer_options) /** * gst_mixer_options_get_values: - * @mixer_optnios: The #GstMixerOptions item that owns the values. + * @mixer_options: The #GstMixerOptions item that owns the values. * * Get the values for the mixer option. *