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();

View file

@ -138,7 +138,7 @@ struct Value
// A small note for handling subnet values: Subnet values emitted from
// the logging framework will always have a length that is based on the
// internal IPv6 representation (so you have to substract 96 from it to
// internal IPv6 representation (so you have to subtract 96 from it to
// get the correct value for IPv4).
// However, the Input framework expects the "normal" length for an IPv4
// address (so do not add 96 to it), because the underlying constructors