fix codespell issues

This commit is contained in:
Björn Daase 2021-10-07 14:54:47 +02:00 committed by Wim Taymans
parent 57eef39583
commit cf38b7bdc4
12 changed files with 25 additions and 25 deletions

View file

@ -111,9 +111,9 @@
*
* ## Module-specific properties:
*
* Ths modules supports the following entries in the `properties` dictionary:
* This modules supports the following entries in the `properties` dictionary:
* - `alsa.reserve = false`: disable device reservation (default: enabled)
* - `alsa.jack-device = true`: createa a JACK device (default: disabled), see
* - `alsa.jack-device = true`: create a JACK device (default: disabled), see
* the comment in the example configuration file.
*
* See the `alsa-monitor.conf` provided by your installation for details on

View file

@ -15,7 +15,7 @@ extern "C" {
* are stored in x1 and x2, and the previous two outputs are stored in y1 and
* y2.
*
* We use double during the coefficients calculation for better accurary, but
* We use double during the coefficients calculation for better accuracy, but
* float is used during the actual filtering for faster computation.
*/
struct biquad {

View file

@ -85,7 +85,7 @@
#endif
/*
vector support macros: the rest of the code is independant of
vector support macros: the rest of the code is independent of
SSE/Altivec/NEON -- adding support for other platforms with 4-element
vectors should be limited to these macros
*/

View file

@ -170,7 +170,7 @@ extern "C" {
void *pffft_aligned_malloc(size_t nb_bytes);
void pffft_aligned_free(void *);
/* return 4 or 1 wether support SSE/Altivec instructions was enable when building pffft.c */
/* return 4 or 1 weather support SSE/Altivec instructions was enable when building pffft.c */
int pffft_simd_size();
void pffft_select_cpu(int flags);

View file

@ -55,7 +55,7 @@ static const struct spa_dict_item module_combine_sink_info[] = {
struct module_combine_sink_data;
/* This goes to the stream event listener to be able to identify the stream on
* which the event occured and to have a link to the module data */
* which the event occurred and to have a link to the module data */
struct combine_stream {
struct pw_stream *stream;
struct spa_hook stream_listener;