From ce3095d598772fa06a01c4729fd28448d3f893bd Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 3 Oct 2009 16:02:03 +0000 Subject: [PATCH] Fix doxygen comment. --- src/gui/auxiliary/event/dispatcher_private.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/auxiliary/event/dispatcher_private.hpp b/src/gui/auxiliary/event/dispatcher_private.hpp index f8eee2262c1..fdd854e3832 100644 --- a/src/gui/auxiliary/event/dispatcher_private.hpp +++ b/src/gui/auxiliary/event/dispatcher_private.hpp @@ -368,7 +368,7 @@ inline std::vector build_event_chain(const tevent event * @pre widget != NULL * * @tparam T The signal type of the event to handle. - * @tparem F The type of the functor. + * @tparam F The type of the functor. * * * @param event The event to fire.