]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: send
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:24:31 +0000 (16:24 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:24:31 +0000 (16:24 -0400)
src/lib/dhcp/iface_mgr.h

index 1c906c16aafe573fa2ab584a7edd699794aa388f..2489d20e054aa779a646fb87ebb06846fdba0711 100644 (file)
@@ -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) :