spelling: vertices

This closes #102
This commit is contained in:
Josh Soref 2017-01-23 04:56:58 +00:00 committed by Michael Osipov
parent c7ab9876f5
commit 71128cb6c0
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public ProjectSorter( Collection<MavenProject> projects )
vertices.put( project.getVersion(), dag.addVertex( projectId ) );
}
for ( Vertex projectVertex : dag.getVerticies() )
for ( Vertex projectVertex : dag.getVertices() )
{
String projectId = projectVertex.getLabel();