aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin
diff options
context:
space:
mode:
authorKeita Tsukamoto <t.k.columbus1012@gmail.com>2016-10-17 03:58:46 +0900
committerEvgeny Mandrikov <Godin@users.noreply.github.com>2016-10-16 20:58:46 +0200
commitbe326b7311e61e0232abaa41e25a51d6cd53ea60 (patch)
tree05782697a62ef70008fff01da7c59a0aec00519f /jacoco-maven-plugin
parent9b1c6f5a0ead14e253e9809cce37edf7ea8bcafb (diff)
downloadjacoco-be326b7311e61e0232abaa41e25a51d6cd53ea60.tar.gz
Fix typo in maven plugin comment (#454)
Diffstat (limited to 'jacoco-maven-plugin')
-rw-r--r--jacoco-maven-plugin/src/org/jacoco/maven/ReportSupport.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jacoco-maven-plugin/src/org/jacoco/maven/ReportSupport.java b/jacoco-maven-plugin/src/org/jacoco/maven/ReportSupport.java
index 62819778..cf4af383 100644
--- a/jacoco-maven-plugin/src/org/jacoco/maven/ReportSupport.java
+++ b/jacoco-maven-plugin/src/org/jacoco/maven/ReportSupport.java
@@ -51,7 +51,7 @@ import org.jacoco.report.xml.XMLFormatter;
* <ol>
* <li>Create an instance</li>
* <li>Load one or multiple exec files with <code>loadExecutionData()</code></li>
- * <li>Add one ore multiple formatters with <code>addXXX()</code> methods</li>
+ * <li>Add one or multiple formatters with <code>addXXX()</code> methods</li>
* <li>Create the root visitor with <code>initRootVisitor()</code></li>
* <li>Process one or multiple projects with <code>processProject()</code></li>
* </ol>