From ccf49be54aa0f7240a75679f9a3cd12ecbbbaf7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Enar=20V=C3=A4ikene?= Date: Mon, 16 May 2011 11:37:49 +0300 Subject: [PATCH] Fixed mistake in the documentation. --- src/libs/Common/ieventqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/Common/ieventqueue.h b/src/libs/Common/ieventqueue.h index bf60a67..f3134cc 100644 --- a/src/libs/Common/ieventqueue.h +++ b/src/libs/Common/ieventqueue.h @@ -90,7 +90,7 @@ public: * Subscribes to an event * @param id The ID of the event (can be zero) * @param obj The subscriber object - * @param return The ID of the event; or zero if failed to subscribe + * @return The ID of the event; or zero if failed to subscribe * * This function subscribes to an event identified by the ID value. Every object that wants to * receive specific events, needs to subscribe to them. -- 2.45.2