Fix typos

Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
Diego Viola 2026-03-03 03:55:20 -03:00
parent fe3a02c18a
commit df10ef181e
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
are received from the server until they can be
processed. Multi-threading is supported by creating an additional
wl_event_queue for each additional thread, each object can have
it's events placed in a particular queue, so potentially a
its events placed in a particular queue, so potentially a
different thread could be made to handle the events for each
object created.
</para>