mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Fix typos
found them with codespell. Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
parent
8a24ad3073
commit
7410755c03
45 changed files with 100 additions and 100 deletions
|
|
@ -106,7 +106,7 @@ struct data {
|
|||
|
||||
static void link_event(struct target_link *tl, enum pw_link_state state, int result)
|
||||
{
|
||||
/* Ignore non definitive states (negociating, allocating, etc). */
|
||||
/* Ignore non definitive states (negotiating, allocating, etc). */
|
||||
if (state != PW_LINK_STATE_ERROR &&
|
||||
state != PW_LINK_STATE_PAUSED &&
|
||||
state != PW_LINK_STATE_ACTIVE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue