Skip to content
Snippets Groups Projects
Commit 39194021 authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Spelling correction on an error message for cps_recv.

parent 9419203b
No related branches found
No related tags found
1 merge request!170Cps recv to get dc diags
......@@ -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" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment