diff --git a/src/msg.hpp b/src/msg.hpp index 9a8baca0..a5acc0cd 100644 --- a/src/msg.hpp +++ b/src/msg.hpp @@ -140,7 +140,7 @@ namespace zmq int64_t file_desc; // Note that fields shared between different message types are not - // moved to tha parent class (msg_t). This way we get tighter packing + // moved to the parent class (msg_t). This way we get tighter packing // of the data. Shared fields can be accessed via 'base' member of // the union. union {