multi: fix several typos in godoc comments

This commit is contained in:
Matt Drollette
2017-12-17 20:40:05 -06:00
committed by Olaoluwa Osuntokun
parent b74a281b57
commit adf0d98194
37 changed files with 70 additions and 70 deletions

View File

@ -51,7 +51,7 @@ type topologyClientUpdate struct {
}
// SubscribeTopology returns a new topology client which can be used by the
// caller to receive notifications when ever a change in the channel graph
// caller to receive notifications whenever a change in the channel graph
// topology occurs. Changes that will be sent at notifications include: new
// nodes appearing, node updating their attributes, new channels, channels
// closing, and updates in the routing policies of a channel's directed edges.