diff --git a/modules/module-pw-audio-softdsp-endpoint.c b/modules/module-pw-audio-softdsp-endpoint.c index 75ff94d06f24fa83a5fa45d255c9cfcca0ba88b7..3e8d684be2617065db155fa1c8ea644503eeebfa 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)); }