aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin
diff options
context:
space:
mode:
authoronlywade <onlywade@gmail.com>2016-09-14 13:24:38 -0700
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2016-09-14 22:24:38 +0200
commit616b5fbe1de4b6aa67452635d3faaa1f4920a608 (patch)
treee55ec27f02bbaea8c7fd96e4e5e6cf056863b5f5 /jacoco-maven-plugin
parent36ee332473db49917939309b3677cc0a6121d491 (diff)
downloadjacoco-616b5fbe1de4b6aa67452635d3faaa1f4920a608.tar.gz
Fix typo in Maven plugin help: surefore => surefire. (#450)
Diffstat (limited to 'jacoco-maven-plugin')
-rw-r--r--jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java b/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java
index 9f5b3d05..62a92f16 100644
--- a/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java
+++ b/jacoco-maven-plugin/src/org/jacoco/maven/AgentMojo.java
@@ -36,7 +36,7 @@ import org.apache.maven.plugins.annotations.ResolutionScope;
* </p>
*
* <p>
- * One of the ways to do this in case of maven-surefore-plugin - is to use
+ * One of the ways to do this in case of maven-surefire-plugin - is to use
* syntax for <a href="http://maven.apache.org/surefire/maven-surefire-plugin/faq.html#late-property-evaluation">late property evaluation</a>:
* </p>
*