From 5bd3a0d4334dc7cce4112734adbeb89678a27aad Mon Sep 17 00:00:00 2001 From: Marin Atanasov Nikolov Date: Tue, 23 Jun 2015 14:34:33 +0300 Subject: [PATCH] Typo fix --- src/msg.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {