From: Tomek Mrugalski Date: Mon, 26 Jan 2026 13:03:01 +0000 (+0000) Subject: [#4312] Typo fixed X-Git-Tag: Kea-3.1.5~7 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2ae62cbc26bf37116819476bd772aa83da791c64;p=thirdparty%2Fkea.git [#4312] Typo fixed --- diff --git a/src/lib/dhcp/dhcp_messages.mes b/src/lib/dhcp/dhcp_messages.mes index 60eb1e3705..ab888898e3 100644 --- a/src/lib/dhcp/dhcp_messages.mes +++ b/src/lib/dhcp/dhcp_messages.mes @@ -14,7 +14,7 @@ already exits i.e. adds and deletes are not correctly balanced. This error message indicates that a different thread than the main thread has registered an external socket. This is a programming error and should be fixed. Only the main thread is allowed to perform operations on the external sockets. -The file descritptor and the respective thread ids are included in the message. +The file descriptor and the respective thread ids are included in the message. % DHCP_DELETE_ALL_EXTERNAL_SOCKETS_BAD_THREAD Attempted to unregister external sockets from different thread %1 than main thread %2 This error message indicates that a different thread than the main thread has