Skip to content

Commit 016d944

Browse files
author
skiera
committed
correct word spelling
1 parent bc0ac94 commit 016d944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/phpsrc/eclipse/pti/tools/phpdepend/core/preferences/MetricList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static Collection<Metric> getAll() {
5555
list.add(new Metric("i", "Instability", Metric.LEVEL_PACKAGE));
5656
list.add(new Metric("d", "Distance", Metric.LEVEL_PACKAGE));
5757

58-
// Hierachy (Project)
58+
// Hierarchy (Project)
5959
list.add(new Metric("clsa", "Number of abstract classes", Metric.LEVEL_PROJECT));
6060
list.add(new Metric("clsc", "Number of concrete classes", Metric.LEVEL_PROJECT));
6161
list.add(new Metric("roots", "Number of root classes within the analyzed system",

0 commit comments

Comments
 (0)