svn:keywords property set
[senf.git] / PPI / SocketReader.hh
index 57326e3..4d0c626 100644 (file)
@@ -77,7 +77,7 @@ namespace module {
           class SomeReader
           {
           public:
-              typedef unspecified_type Handle;        // type of handle reqeusted
+              typedef unspecified_type Handle;        // type of handle requested
               SomeReader();                           // default constructible
               Packet::ptr operator()(Handle handle);  // extraction function
           };
@@ -89,7 +89,7 @@ namespace module {
     public:
         typedef typename Reader::Handle Handle; ///< Handle type requested by the reader
 
-        connector::ActiveOutput output; ///< Output connector to which the data recevied is writtten
+        connector::ActiveOutput output; ///< Output connector to which the data received is written
         
         ActiveSocketReader(Handle handle); ///< Create new reader for the given handle
                                         /**< Data will be read from \a handle and be parsed by \a
@@ -113,4 +113,5 @@ namespace module {
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: