From fa3b5d8b0356f18089aecee62becf3f8df5fab5b Mon Sep 17 00:00:00 2001 From: Marin Atanasov Nikolov Date: Tue, 23 Jun 2015 14:45:51 +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 25af87cb..1090038f 100644 --- a/src/msg.hpp +++ b/src/msg.hpp @@ -155,7 +155,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 {