Commit 20901257 authored by Claes Sjofors's avatar Claes Sjofors

Spelling correction

parent 0ef2e776
......@@ -1066,11 +1066,11 @@ int rt_sevhistmon::mainloop()
case sev_cMsgClass:
switch ( (int)get.type.s) {
case sev_eMsgType_NodeUp:
printf("rt_sevhistmon: Node up recevied\n");
printf("rt_sevhistmon: Node up received\n");
send_itemlist( get.sender.nid);
break;
case sev_eMsgType_HistItemsRequest:
printf("rt_sevhistmon: HistitemsRequest recevied\n");
printf("rt_sevhistmon: HistitemsRequest received\n");
send_itemlist( get.sender.nid);
break;
case sev_eMsgType_ServerStatus:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment