Skip to content

Commit 0ee9da7

Browse files
committed
minor spelling fix
1 parent f640324 commit 0ee9da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/graphhopper/routing/lm/LMApproximator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public LMApproximator(Graph graph, int maxBaseNodes, LandmarkStorage lms, int ac
7979
this.maxBaseNodes = maxBaseNodes;
8080
int idxVirtNode = maxBaseNodes;
8181
virtNodeMap = new GHIntObjectHashMap(graph.getNodes() - idxVirtNode, 0.5f);
82-
// virtual nodes handling: calculate the minium weight for the virt. nodes, i.e. pick the correct neighbouring node
82+
// virtual nodes handling: calculate the minimum weight for the virtual nodes, i.e. pick the correct neighbouring node
8383
if (graph instanceof QueryGraph) {
8484
QueryGraph qGraph = (QueryGraph) graph;
8585
// there are at least two virtual nodes (start & destination)

0 commit comments

Comments
 (0)