diff --git a/src/pub_sub_stream/message_queue.hh b/src/pub_sub_stream/message_queue.hh
index 0b46955bfad6a58980aca3f5bee97cec085f327e..7b88bcecf262af74aa57a5839f67ae0c450ecc48 100644
--- a/src/pub_sub_stream/message_queue.hh
+++ b/src/pub_sub_stream/message_queue.hh
@@ -63,7 +63,7 @@ public:
 
     static_assert( MaxSize > 0, "the MaxSize parameter must be > 0" );
     static_assert( std::is_nothrow_move_constructible< T >::value == true,
-                   "Tye type must be no through move constructable" );
+                   "The type must be no through move constructable" );
     static_assert( std::is_nothrow_move_assignable< T >::value == true,
                    "The type must be no throw move assignable" );