Fix typos

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
Andrea Gelmini 2021-04-30 18:23:10 +02:00 committed by Wim Taymans
parent 36ebbfa71c
commit 85b136d8ce
8 changed files with 9 additions and 9 deletions

View File

@ -96,7 +96,7 @@ pod = spa_pod_builder_pop(&b, &f);
`spa_pod_builder_pop()` returns a reference to the object we completed
on the stack.
## Using varags builder.
## Using varargs builder.
We can also use the following construct to make POD objects:

View File

@ -15,7 +15,7 @@ This file is part of PipeWire.
<description>
<p>Monitor, set and delete metadata on PipeWire objects.</p>
<p>Metadata are key/type/value tripplets attached to objects identified
<p>Metadata are key/type/value triplets attached to objects identified
by <arg>id</arg>. The metadata is shared between all applications
binding to the same metadata object. When an object is destroyed, all its
metadata is automatically removed.</p>

View File

@ -321,7 +321,7 @@ int jack_set_thread_init_callback (jack_client_t *client,
*
* Register a function (and argument) to be called if and when the
* JACK server shuts down the client thread. The function must
* be written as if it were an asynchonrous POSIX signal
* be written as if it were an asynchronous POSIX signal
* handler --- use only async-safe functions, and remember that it
* is executed from another thread. A typical function might
* set a flag or write to a pipe so that the rest of the
@ -352,7 +352,7 @@ void jack_on_shutdown (jack_client_t *client,
*
* Register a function (and argument) to be called if and when the
* JACK server shuts down the client thread. The function must
* be written as if it were an asynchonrous POSIX signal
* be written as if it were an asynchronous POSIX signal
* handler --- use only async-safe functions, and remember that it
* is executed from another thread. A typical function might
* set a flag or write to a pipe so that the rest of the

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

@ -894,7 +894,7 @@ impl_init(const struct spa_handle_factory *factory,
#if 0
this->hnd_convert = SPA_MEMBER(this, sizeof(struct impl), struct spa_handle);
spa_handle_factory_init(&spa_videooconvert_factory,
spa_handle_factory_init(&spa_videoconvert_factory,
this->hnd_convert,
info, support, n_support);

View File

@ -78,7 +78,7 @@ error_cleanup:
return NULL;
}
/** Create a new new main loop
/** Create a new main loop
* \return a newly allocated \ref pw_main_loop
*
* \memberof pw_main_loop

View File

@ -116,7 +116,7 @@ extern "C" {
*
* \subsection ssec_consume Consume data
*
* The process event is emitted for each new buffer that can can be
* The process event is emitted for each new buffer that can be
* consumed.
*
* \ref pw_stream_dequeue_buffer() should be used to get the data and

View File

@ -65,4 +65,4 @@ const char* pw_get_library_version(void);
}
#endif
#endif /* PIPEWIRE_VERION_H */
#endif /* PIPEWIRE_VERSION_H */