Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1454712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-03-09 14:10:22 +00:00
parent 8b9a79d087
commit 83371b380d
1 changed files with 2 additions and 2 deletions

View File

@ -294,9 +294,9 @@ class BulkTestSuiteMaker {
}
/**
* Makes a hierarchal TestSuite based on the starting class.
* Makes a hierarchical TestSuite based on the starting class.
*
* @return the hierarchal TestSuite for startingClass
* @return the hierarchical TestSuite for startingClass
*/
public TestSuite make() {
this.result = new TestSuite();