Socket/Protocols/INet: Updated INet4SocketAddress to use INet4Address
[senf.git] / PPI / SocketWriter.hh
index 7c14c23..7e13438 100644 (file)
@@ -37,7 +37,7 @@ namespace ppi {
 
     /** \brief Write helper for module::ActiveSocketWriter / module::PassiveSocketWriter
         
-        This write helper will write the packets completely as datagrmas to the given socket.
+        This write helper will write the packets completely as datagrams to the given socket.
      */
     class PacketWriter
     {
@@ -140,4 +140,5 @@ namespace module {
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: