Github user jsoref commented on a diff in the pull request:
https://github.com/apache/maven/pull/100#discussion_r97253878
--- Diff:
maven-core/src/main/java/org/apache/maven/project/ProjectSorter.java ---
@@ -105,7 +105,7 @@ public ProjectSorter( Collection<MavenProject> projects
)
vertices.put( project.getVersion(), dag.addVertex( projectId )
);
}
- for ( Vertex projectVertex : dag.getVerticies() )
+ for ( Vertex projectVertex : dag.getVertices() )
--- End diff --
this change stands alone, I can't find anything else that uses this
spelling, but lots of things use the corrected spelling....
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]