Fix typos (#473)
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index 65f7c5f..2e463d6 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>