correcting some simple typos

This commit is contained in:
Vern Paxson 2021-03-18 08:19:46 -07:00
parent 9fc8f491ff
commit e21c0f1115
5 changed files with 11 additions and 11 deletions

View file

@ -87,7 +87,7 @@ function broker_new(name: string, host: addr, host_port: port, topic: string, dp
register_controller(OpenFlow::BROKER, name, c);
if ( [host_port, cat(host)] in broker_peers )
Reporter::warning(fmt("Peer %s:%s was added to NetControl acld plugin twice.", host, host_port));
Reporter::warning(fmt("Peer %s:%s was added to NetControl openflow plugin twice.", host, host_port));
else
broker_peers[host_port, cat(host)] = c;