diff --git a/testng-core-api/src/main/java/org/testng/annotations/Test.java b/testng-core-api/src/main/java/org/testng/annotations/Test.java index 9d2683591..62734d4ee 100644 --- a/testng-core-api/src/main/java/org/testng/annotations/Test.java +++ b/testng-core-api/src/main/java/org/testng/annotations/Test.java @@ -139,7 +139,7 @@ String expectedExceptionsMessageRegExp() default ".*"; /** - * The name of the suite this test class should be placed in. This attribute is ignore if @Test is + * The name of the suite this test class should be placed in. This attribute is ignored if @Test is * not at the class level. * * @return the value (default empty) @@ -147,7 +147,7 @@ String suiteName() default ""; /** - * The name of the test this test class should be placed in. This attribute is ignore if @Test is + * The name of the test this test class should be placed in. This attribute is ignored if @Test is * not at the class level. * * @return the value (default empty)