summaryrefslogtreecommitdiff
path: root/src/encoder.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-09-20 00:06:05 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-09-20 00:06:05 +0200
commit328c92a0a70b98b4a3bf09132bd8f8041e4c8628 (patch)
tree76dddb89390fd6a362d10c6d11caaccf52e398ad /src/encoder.hpp
parent1d2399720b3fd06da5e7f9f4a211f30c57a9ce2d (diff)
problem with engine being attached to session while it's being terminated fixed
Diffstat (limited to 'src/encoder.hpp')
-rw-r--r--src/encoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoder.hpp b/src/encoder.hpp
index 54cbb34..d5997db 100644
--- a/src/encoder.hpp
+++ b/src/encoder.hpp
@@ -47,7 +47,7 @@ namespace zmq
zmq_assert (buf);
}
- // The destructor doesn't have to be virtual. It is mad virtual
+ // The destructor doesn't have to be virtual. It is made virtual
// just to keep ICC and code checking tools from complaining.
inline virtual ~encoder_base_t ()
{