Stefan Schuermans commited on 2011-12-11 00:11:17
Showing 8 changed files, with 8 additions and 8 deletions.
... | ... |
@@ -76,7 +76,7 @@ public: |
76 | 76 |
PARENT &m_parent; ///< parent object |
77 | 77 |
Directory m_dir; ///< directory containing list and being tracked |
78 | 78 |
List m_list; ///< list begin tracked |
79 |
-}; // class ListTracker |
|
79 |
+}; // class ListTracker<PARENT, TYPE, FIDI> |
|
80 | 80 |
|
81 | 81 |
} // namespace Blinker |
82 | 82 |
|
... | ... |
@@ -125,7 +125,7 @@ void Sender<ADDR, SOCK>::setFrame(const std::string &stream, |
125 | 125 |
(void)stream; // unused |
126 | 126 |
} |
127 | 127 |
|
128 |
-/// callback when requsted time reached |
|
128 |
+/// callback when requested time reached |
|
129 | 129 |
template<typename ADDR, typename SOCK> |
130 | 130 |
void Sender<ADDR, SOCK>::timeCall() |
131 | 131 |
{ |