We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acf59f commit 00f4b53Copy full SHA for 00f4b53
1 file changed
dev/sample/so_5/mchain_empty_notificator_2/main.cpp
@@ -178,7 +178,7 @@ private :
178
179
if( !result.was_sent() )
180
{
181
- // Message wasn't send.
+ // Message wasn't sent.
182
m_logger_mbox <<= ( msg_maker{} << m_name
183
<< ": message is not sent because mchain is full" );
184
@@ -208,7 +208,7 @@ private :
208
<< ": message can't be sent because mchain is full" );
209
}
210
211
- // Reaction to notification about emptyness of the target mbox.
+ // Reaction to notification about emptiness of the target mbox.
212
void evt_mchain_is_empty( mhood_t<mchain_is_empty> )
213
214
0 commit comments