all: Fix typos identified by typos pre-commit hook

This commit is contained in:
Arne Welzel 2023-06-13 13:25:44 +02:00
parent 260c868f26
commit 7a043e5e8f
57 changed files with 80 additions and 80 deletions

View file

@ -232,7 +232,7 @@ protected:
*
* This is method is called regularly by the threading::Manager.
*
* @return The message, wth ownership passed to caller. Returns null
* @return The message, with ownership passed to caller. Returns null
* if the queue is empty.
*/
BasicOutputMessage* RetrieveOut();
@ -298,7 +298,7 @@ private:
*
* Must only be called by the child thread.
*
* @return The message, wth ownership passed to caller. Returns null
* @return The message, with ownership passed to caller. Returns null
* if the queue is empty.
*/
BasicInputMessage* RetrieveIn();