Skip to content

Commit 00f4b53

Browse files
committed
[skip ci] Fix for typos in comments.
1 parent 6acf59f commit 00f4b53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • dev/sample/so_5/mchain_empty_notificator_2

dev/sample/so_5/mchain_empty_notificator_2/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private :
178178

179179
if( !result.was_sent() )
180180
{
181-
// Message wasn't send.
181+
// Message wasn't sent.
182182
m_logger_mbox <<= ( msg_maker{} << m_name
183183
<< ": message is not sent because mchain is full" );
184184

@@ -208,7 +208,7 @@ private :
208208
<< ": message can't be sent because mchain is full" );
209209
}
210210

211-
// Reaction to notification about emptyness of the target mbox.
211+
// Reaction to notification about emptiness of the target mbox.
212212
void evt_mchain_is_empty( mhood_t<mchain_is_empty> )
213213
{
214214
m_logger_mbox <<= ( msg_maker{} << m_name

0 commit comments

Comments
 (0)