From 18a62b144d7b78302f255199ca26427180579fe9 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 5 Feb 2018 16:16:31 +1100 Subject: [PATCH] dtlsenc: fix typo in is-client property description --- ext/dtls/gstdtlsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dtls/gstdtlsenc.c b/ext/dtls/gstdtlsenc.c index 9c649354f2..d6c6402f7b 100644 --- a/ext/dtls/gstdtlsenc.c +++ b/ext/dtls/gstdtlsenc.c @@ -133,7 +133,7 @@ gst_dtls_enc_class_init (GstDtlsEncClass * klass) properties[PROP_IS_CLIENT] = g_param_spec_boolean ("is-client", "Is client", - "Set to true if the decoder should act as" + "Set to true if the decoder should act as " "client and initiate the handshake", DEFAULT_IS_CLIENT, GST_PARAM_MUTABLE_READY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);