Packet: added Packet::reparse() and ::clearAnnotations() member
[senf.git] / senf / Scheduler / WriteHelper.hh
index 56e1467..0d92962 100644 (file)
@@ -36,7 +36,7 @@
 
 namespace senf {
 
-    /** \brief Asyncronous writing helper
+    /** \brief Asynchronous writing helper
 
         This class provides a simple asynchronous writing facility. This helper will register with
         the Scheduler to write the requested data. It will stay registered until the data has been
@@ -97,7 +97,7 @@ namespace senf {
     private:
         WriteHelper(Handle handle, std::string const & data, Callback callback);
 
-        static void dispatchProcess(ptr helper, Handle handle, 
+        static void dispatchProcess(ptr helper, Handle handle,
                                     senf::scheduler::FdEvent::Events event);
         void process(Handle handle, senf::scheduler::FdEvent::Events event);
         void done();