Fix typos

This commit is contained in:
Andrea Gelmini 2021-04-28 20:29:44 +02:00 committed by Wim Taymans
parent 379068c31d
commit 47ef2b6b09
35 changed files with 53 additions and 53 deletions

View file

@ -417,7 +417,7 @@ int jack_set_freewheel_callback (jack_client_t *client,
void *arg) JACK_OPTIONAL_WEAK_EXPORT;
/**
* Tell JACK to call @a bufsize_callback whenever the size of the the
* Tell JACK to call @a bufsize_callback whenever the size of the
* buffer that will be passed to the @a process_callback is about to
* change. Clients that depend on knowing the buffer size must supply
* a @a bufsize_callback before activating themselves.
@ -606,7 +606,7 @@ int jack_set_xrun_callback (jack_client_t *client,
* register a latency callback.
*
* Another case is when a client wants to use
* @ref jack_port_get_latency_range(), which only returns meaninful
* @ref jack_port_get_latency_range(), which only returns meaningful
* values when ports get connected and latency values change.
*
* See the documentation for @ref jack_port_set_latency_range()