Fix typos

found them with codespell.

Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
Diego Viola 2024-05-20 10:45:04 -03:00 committed by Wim Taymans
parent 8a24ad3073
commit 7410755c03
45 changed files with 100 additions and 100 deletions

View file

@ -21,7 +21,7 @@ For example
- a stereo ALSA PCM playback device can appear as a sink with two input ports: front-left and front-right or
- a virtual ALSA device, to which clients which attempt to use ALSA directly connect, can appear as a source with two output ports: front-left and front right.
Similar mechanisms exist to interface with and accomodate applications which use JACK or Pulseaudio.
Similar mechanisms exist to interface with and accommodate applications which use JACK or Pulseaudio.
NOTE: `pw-jack` modifies the `LD_LIBRARY_PATH` environment variable so that applications will load PipeWires reimplementation of the JACK client libraries instead of JACKs own libraries. This results in JACK clients being redirected to PipeWire.