Skip to content

Commit

Permalink
MessageDispatcher: Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Apr 9, 2024
1 parent 8f65221 commit d3553ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inet/common/MessageDispatcher.ned
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import inet.queueing.base.PacketProcessorBase;
// - protocols must register by calling registerService and/or registerProtocol
// - interfaces must register by calling registerInterface
// - sockets must register by sending socket messages
// - packets must have tags attached which specifie the destination protocol, interface or socket
// - packets must have tags attached which specify the destination protocol, interface or socket
//
simple MessageDispatcher extends PacketProcessorBase
{
Expand Down

0 comments on commit d3553ca

Please sign in to comment.