multi: fix typos in comments

This commit is contained in:
Dimitris Tsapakidis
2018-04-18 05:03:27 +03:00
committed by Olaoluwa Osuntokun
parent 663c396235
commit 4009f7f874
30 changed files with 70 additions and 70 deletions

View File

@@ -276,7 +276,7 @@ func initAutoPilot(svr *server, cfg *autoPilotConfig) (*autopilot.Agent, error)
pilot.OnChannelOpen(edge)
}
// For each closed closed channel, we'll obtain
// For each closed channel, we'll obtain
// the chanID of the closed channel and send it
// to the pilot.
for _, chanClose := range topChange.ClosedChannels {