diff options
Diffstat (limited to 'lib/kross/api/eventslot.h')
-rw-r--r-- | lib/kross/api/eventslot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/api/eventslot.h b/lib/kross/api/eventslot.h index f9736fd0..aaf1ebba 100644 --- a/lib/kross/api/eventslot.h +++ b/lib/kross/api/eventslot.h @@ -47,7 +47,7 @@ namespace Kross { namespace Api { * * \param name The name of the EventSlot. The EventSlot * will be accessible by that unique name via - * it's tqparent. + * it's parent. * \param receiver The receiver of the event. * \param slot The slot of the receiver which this * EventSlot points to. |