From: Josh Soref Date: Sun, 23 Jul 2017 20:24:31 +0000 (-0400) Subject: spelling: send X-Git-Tag: trac5124a_base~35^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2c4d945b906f3938fe07cf43bb09df7ced4f62;p=thirdparty%2Fkea.git spelling: send --- diff --git a/src/lib/dhcp/iface_mgr.h b/src/lib/dhcp/iface_mgr.h index 1c906c16aa..2489d20e05 100644 --- a/src/lib/dhcp/iface_mgr.h +++ b/src/lib/dhcp/iface_mgr.h @@ -67,7 +67,7 @@ public: }; /// @brief IfaceMgr exception thrown thrown when error occurred during -/// sedning data through socket. +/// sending data through socket. class SocketWriteError : public Exception { public: SocketWriteError(const char* file, size_t line, const char* what) :