diff --git a/src/main/org/apache/ant/antunit/AntUnit.java b/src/main/org/apache/ant/antunit/AntUnit.java index ff9211e..3b3699e 100644 --- a/src/main/org/apache/ant/antunit/AntUnit.java +++ b/src/main/org/apache/ant/antunit/AntUnit.java @@ -254,7 +254,7 @@ public class AntUnit extends Task { // fire endTest here instead of the endTarget // event, otherwise an error would be // registered after the endTest event - - // endTarget is called before out catch block + // endTarget is called before this method's catch block // is reached. fireEndTest(name); // clean up