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

@ -690,7 +690,7 @@ func TestRouteFailDisabledEdge(t *testing.T) {
t.Fatalf("unable to update edge: %v", err)
}
// Now, if we attempt to route throuhg that edge, we should get a
// Now, if we attempt to route through that edge, we should get a
// failure as it is no longer elligble.
_, err = findPath(nil, graph, sourceNode, target, ignoredVertexes,
ignoredEdges, payAmt)