svn:keywords property set
[senf.git] / PPI / Connectors.hh
index d82e14a..c915c06 100644 (file)
@@ -147,7 +147,7 @@ namespace connector {
                                                  notifications. */
 
         template <class Handler>
-        void onUnthrottle(Handler handler); ///< Register unthrottle notification handler
+        void onUnthrottle(Handler handle); ///< Register unthrottle notification handler
                                         /**< The handler register here will be called, whenever an
                                              unthrottle notification comes in. The \a handler
                                              argument is either an arbitrary callable object or it
@@ -329,4 +329,5 @@ namespace connector {
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: