From 734624be760b3c7942eb26bea77fca918cb1540d Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 25 Nov 2010 14:05:43 +0100 Subject: [PATCH] Typo fixed in a comment. Signed-off-by: Martin Sustrik --- src/i_engine.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i_engine.hpp b/src/i_engine.hpp index 38581119..682ee8ea 100644 --- a/src/i_engine.hpp +++ b/src/i_engine.hpp @@ -35,7 +35,7 @@ namespace zmq virtual void unplug () = 0; // Terminate and deallocate the engine. Note that 'detached' - // events in not fired on termination. + // events are not fired on termination. virtual void terminate () = 0; // This method is called by the session to signalise that more