From b41dd59061e55b639f043a2c9f62197aca8fac0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 5 Sep 2017 10:56:12 +0300 Subject: [PATCH] sbcenc: Fix typo in docs --- ext/sbc/gstsbcenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sbc/gstsbcenc.c b/ext/sbc/gstsbcenc.c index c25cd32bee..2bd03be937 100644 --- a/ext/sbc/gstsbcenc.c +++ b/ext/sbc/gstsbcenc.c @@ -24,7 +24,7 @@ * * This element encodes raw integer PCM audio into a Bluetooth SBC audio. * - * Encoding paramets such as blocks, subbands, bitpool, channel-mode, and + * Encoding parameters such as blocks, subbands, bitpool, channel-mode, and * allocation-mode can be set by adding a capsfilter element with appropriate * filtercaps after the sbcenc encoder element. *