diff options
-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 |