Skip to content

Commit 748d9dc

Browse files
committed
Fix typos
1 parent f8092e9 commit 748d9dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1934OutErrElementsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.junit.Test;
2525

2626
/**
27-
* Test for SUREFURE-1934. Enabling and disabling system-out and system-err elements in plugin configuration.
27+
* Test for SUREFIRE-1934. Enabling and disabling system-out and system-err elements in plugin configuration.
2828
*
2929
* @author NissMoony
3030
*/

surefire-its/src/test/resources/surefire-1934-enable-out-err-elements/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</parent>
3131

3232
<groupId>org.apache.maven.plugins.surefire</groupId>
33-
<artifactId>surefire-1934-disable-out-err-elements</artifactId>
33+
<artifactId>surefire-1934-enable-out-err-elements</artifactId>
3434
<version>1.0</version>
3535
<url>http://maven.apache.org</url>
3636

0 commit comments

Comments
 (0)