From: Enar Väikene <enar.vaikene@mt.com>
Date: Mon, 16 May 2011 08:37:49 +0000 (+0300)
Subject: Fixed mistake in the documentation.
X-Git-Url: https://vaikene.ee/gitweb/pswgen05.html?a=commitdiff_plain;h=ccf49be54aa0f7240a75679f9a3cd12ecbbbaf7b;p=evaf

Fixed mistake in the documentation.
---

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.