From 7337f9c19f99411c52b332000131da3cac831ce2 Mon Sep 17 00:00:00 2001 From: Julian Bouzas <julian.bouzas@collabora.com> Date: Mon, 17 Jun 2019 14:19:53 -0400 Subject: [PATCH] audio-softdsp-endpoint: fix proxy port property description --- modules/module-pw-audio-softdsp-endpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module-pw-audio-softdsp-endpoint.c b/modules/module-pw-audio-softdsp-endpoint.c index 75ff94d0..3e8d684b 100644 --- a/modules/module-pw-audio-softdsp-endpoint.c +++ b/modules/module-pw-audio-softdsp-endpoint.c @@ -509,7 +509,7 @@ endpoint_class_init (WpPwAudioSoftdspEndpointClass * klass) G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS)); g_object_class_install_property (object_class, PROP_PORT_PROXY, g_param_spec_object ("port-proxy", "port-proxy", - "Pointer to the port ptoxy of the device", WP_TYPE_PROXY_PORT, + "Pointer to the port proxy of the device", WP_TYPE_PROXY_PORT, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS)); } -- GitLab