Parcourir la source

spelling: send

Josh Soref il y a 7 ans
Parent
commit
2f2c4d945b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
-/// sedning data through socket.
+/// sending data through socket.
 class SocketWriteError : public Exception {
 public:
     SocketWriteError(const char* file, size_t line, const char* what) :