diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-11-25 14:05:43 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-11-25 14:05:43 +0100 |
commit | 734624be760b3c7942eb26bea77fca918cb1540d (patch) | |
tree | 745aa3b0889ac7a17183728c77574de61ddcf92c | |
parent | 92618fd99ac19f3169552c25cbabffbe9e983f7f (diff) |
Typo fixed in a comment.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | src/i_engine.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_engine.hpp b/src/i_engine.hpp index 3858111..682ee8e 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 |