aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorHemant Kumar <hemant6488@gmail.com>2016-12-13 03:44:15 +0530
committerEvgeny Mandrikov <Godin@users.noreply.github.com>2016-12-12 23:14:15 +0100
commit02accc7349562c6f044f5a059fd5de98133eed91 (patch)
tree03cc48df711b14c8dac2ded6c8432201cacb9a6d /org.jacoco.doc/docroot
parent248723e71f1e85977f3a6c4db30de86725548208 (diff)
downloadjacoco-02accc7349562c6f044f5a059fd5de98133eed91.tar.gz
Fix typos (#473)
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/agent.html2
-rw-r--r--org.jacoco.doc/docroot/doc/ant.html12
2 files changed, 7 insertions, 7 deletions
diff --git a/org.jacoco.doc/docroot/doc/agent.html b/org.jacoco.doc/docroot/doc/agent.html
index 6b428afb..59f0cdd3 100644
--- a/org.jacoco.doc/docroot/doc/agent.html
+++ b/org.jacoco.doc/docroot/doc/agent.html
@@ -33,7 +33,7 @@
<p>
The JaCoCo agent collects execution information and dumps it on request or
- when the JVM exits. There are three different modes for execution data ouput:
+ when the JVM exits. There are three different modes for execution data output:
</p>
<ul>
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index 65f7c5fe..2e463d68 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -28,7 +28,7 @@
<a href="#agent"><code>agent</code></a>,
<a href="#dump"><code>dump</code></a> and
<a href="#merge"><code>merge</code></a>. Reports in different formats are
- creates with the <a href="#report"><code>report</code></a> task. For
+ created with the <a href="#report"><code>report</code></a> task. For
<a href="offline.html">offline instrumentation</a> the task
<a href="#instrument"><code>instrument</code></a> can be used to prepare class
files.
@@ -46,7 +46,7 @@
The JaCoCo distribution contains a simple example how code coverage can be
added to a Ant based build. The
<a href="examples/build/build.xml">build script</a> compiles Java sources,
- runs an simple Java programm and creates a coverage report. The complete
+ runs an simple Java program and creates a coverage report. The complete
example is located in the <code>./doc/examples/build</code> folder of the
distribution.
</p>
@@ -669,7 +669,7 @@
<tr>
<td><code>locale</code></td>
<td>Locale specified as ISO code (en, fr, jp, ...) used for number
- formating. Locale country and variant can be separated with an underscore
+ formatting. Locale country and variant can be separated with an underscore
(de_CH).</td>
<td><i>platform locale</i></td>
</tr>
@@ -800,9 +800,9 @@
<tr>
<td><code>element</code></td>
<td>The elements this rule applies to. Possible values are
- <code>BUNLDE</code>, <code>PACKAGE</code>, <code>CLASS</code>,
+ <code>BUNDLE</code>, <code>PACKAGE</code>, <code>CLASS</code>,
<code>SOURCEFILE</code> and <code>METHOD</code>.</td>
- <td><code>BUNLDE</code></td>
+ <td><code>BUNDLE</code></td>
</tr>
<tr>
<td><code>includes</code></td>
@@ -856,7 +856,7 @@
</tr>
<tr>
<td><code>minimum</code></td>
- <td>Expected minmimum value. If the minimum refers to a ratio the range is
+ <td>Expected minimum value. If the minimum refers to a ratio the range is
from 0.0 to 1.0 where the number of decimal places will also determine
the precision in error messages.</td>
<td><i>none</i></td>