mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
Minor typo fixes
This commit is contained in:
parent
c974318686
commit
a9c247bdab
2 changed files with 4 additions and 4 deletions
|
|
@ -83,7 +83,7 @@ ships with 2 types of mainloop implementations. We will use the
|
|||
`struct pw_main_loop` implementation, we will see later how we can
|
||||
use the `struct pw_thread_loop` implementation as well.
|
||||
|
||||
The mainloop is an abstraction of a big poll loop, wiating for events
|
||||
The mainloop is an abstraction of a big poll loop, waiting for events
|
||||
to occur and things to do. Most of the PipeWire work will actually
|
||||
be performed in the context of this loop and so we need to make one
|
||||
first.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue