From 0f498627c70d087f5c373d22798fc4d36ecfd0fe Mon Sep 17 00:00:00 2001 From: adrian Date: Tue, 21 Aug 2012 11:15:20 +0000 Subject: [PATCH] typo-fix. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1501 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/sal/Listener.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sal/Listener.hpp b/src/core/sal/Listener.hpp index 28082b7c..8a478425 100644 --- a/src/core/sal/Listener.hpp +++ b/src/core/sal/Listener.hpp @@ -543,7 +543,7 @@ public: */ bool isFlagTriggered() const { return m_Data.isFlagTriggered(); } /** - * Sets the requestet jump-instruction opcode. + * Sets the requested jump-instruction opcode. */ void setOpcode(unsigned oc) { m_Data.setTriggerOpcode(oc); } /**