fixed some documentation typos
[senf.git] / Socket / INetProtocol.hh
index d4f051c..5145be0 100644 (file)
@@ -53,14 +53,14 @@ namespace senf {
         addressing.
 
         \todo Is it safe, not to allow setting the interface index on add/drop? what does it do
-        (especially if the local addres is given ?). What have I been thinking here ???
+        (especially if the local address is given ?). What have I been thinking here ???
 
         \todo move all multicast-methods into an extra IPv4MulticastProtocol class (it's only
         available on datagram sockets)
 
         \todo the multicast add/remove/iface semantics are quite unclear ...
 
-        \todo connect() is only available on stream sockets. We want to access bind() and connet()
+        \todo connect() is only available on stream sockets. We want to access bind() and connect()
         via the ClientSocketHandle -> see SocketProtocol todo point
      */
     class IPv4Protocol
@@ -89,7 +89,7 @@ namespace senf {
                                              interface.
                                              \param[in] mcAddr address of group to join
                                              \todo fix this as soon as we have a real address class
-                                                 (differend from the sockaddress class */
+                                                 (different from the sockaddress class */
         void mcAddMembership(INet4Address const & mcAddr, INet4Address const & localAddr) const;
                                         ///< join multicast group on a specific address/interface
                                         /**< This member will add \a mcAddr to the list of multicast
@@ -98,7 +98,7 @@ namespace senf {
                                              \param[in] mcAddr address of group to join
                                              \param[in] localAddr address of interface to join on
                                              \todo fix this as soon as we have a real address class
-                                                 (differend from the sockaddress class */
+                                                 (different from the sockaddress class */
 
         void mcDropMembership(INet4Address const & mcAddr) const;
                                         ///< Leave multicast group
@@ -107,7 +107,7 @@ namespace senf {
                                              default interface.
                                              \param[in] mcAddr address of group to leave
                                              \todo fix this as soon as we have a real address class
-                                                 (differend from the sockaddress class */
+                                                 (different from the sockaddress class */
         void mcDropMembership(INet4Address const & mcAddr, INet4Address const & localAddr) const;
                                         ///< leave multicast group on a specific address/interface
                                         /**< This member will remove \a mcAddr from the list of
@@ -116,7 +116,7 @@ namespace senf {
                                              \param[in] mcAddr address of group to leave
                                              \param[in] localAddr address of interface to leave from
                                              \todo fix this as soon as we have a real address class
-                                                 (differend from the sockaddress class */
+                                                 (different from the sockaddress class */
 
         void mcIface(std::string iface = std::string()) const;
                                         ///< set default multicast interface of the socket