fix misspellings across codebase

This commit is contained in:
RSWilli
2023-09-01 15:58:38 +02:00
parent fd3d949686
commit ca405841c8
12 changed files with 29 additions and 29 deletions

View File

@@ -98,7 +98,7 @@ circular references.
This means that applications that update state using (async) bus messages (e.g. do
certain things when a pipeline goes from PAUSED to READY) might not get to see
messages when the pipeline is shut down, because they might be flushed before they
can be dispatched in the main thread. This behaviour can be disabled using this function.
can be dispatched in the main thread. This behavior can be disabled using this function.
It is important that all messages on the bus are handled when the automatic flushing
is disabled else memory leaks will be introduced.