Fixed some typos
diff --git a/org.jacoco.doc/docroot/doc/counters.html b/org.jacoco.doc/docroot/doc/counters.html
index 133c865..7ad051b 100644
--- a/org.jacoco.doc/docroot/doc/counters.html
+++ b/org.jacoco.doc/docroot/doc/counters.html
@@ -86,14 +86,14 @@
<p>
For all class files that have been compiled in debug mode with source line
information, coverage information for individual lines can be derived from
- basic blocks. Each block may span one ore multiple lines of source code. On
+ basic blocks. Each block may span one or multiple lines of source code. On
the other hand a single line of source may belong to multiple blocks. A source
line is considered executed when at least one block that includes this line
has been executed.
</p>
<p>
- Due to the fact that a single line may belong to more that one block
+ Due to the fact that a single line may belong to more than one block
<i>partial</i> coverage can happen if some of the blocks are executed while
others are not. This is typically the case with boolean expressions. While
partially covered lines are seen as executed due to the definition in the