Browse Source

spelling: send

Josh Soref 7 years ago
parent
commit
2f2c4d945b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/iface_mgr.h

+ 1 - 1
src/lib/dhcp/iface_mgr.h

@@ -67,7 +67,7 @@ public:
 };
 };
 
 
 /// @brief IfaceMgr exception thrown thrown when error occurred during
 /// @brief IfaceMgr exception thrown thrown when error occurred during
-/// sedning data through socket.
+/// sending data through socket.
 class SocketWriteError : public Exception {
 class SocketWriteError : public Exception {
 public:
 public:
     SocketWriteError(const char* file, size_t line, const char* what) :
     SocketWriteError(const char* file, size_t line, const char* what) :