Minor typo fixes

This commit is contained in:
insop 2021-03-13 21:13:01 +00:00 committed by Wim Taymans
parent c974318686
commit a9c247bdab
2 changed files with 4 additions and 4 deletions

View file

@ -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.