From 49aba362a87c1abc7555e19bece0aa4cbb10f80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 13 Apr 2015 19:40:31 +0200 Subject: [PATCH] dtlsdec: Fix typo --- ext/dtls/gstdtlsdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dtls/gstdtlsdec.c b/ext/dtls/gstdtlsdec.c index 105f7afbd5..0881a8f85f 100644 --- a/ext/dtls/gstdtlsdec.c +++ b/ext/dtls/gstdtlsdec.c @@ -152,7 +152,7 @@ gst_dtls_dec_class_init (GstDtlsDecClass * klass) properties[PROP_DECODER_KEY] = g_param_spec_boxed ("decoder-key", "Decoder key", - "SRTP key that should be used by the decider", + "SRTP key that should be used by the decoder", GST_TYPE_CAPS, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS); properties[PROP_SRTP_CIPHER] =