diff --git a/man/genhtml.1 b/man/genhtml.1
index 9e3d9bc..5dd5aab 100644
--- a/man/genhtml.1
+++ b/man/genhtml.1
@@ -1022,7 +1022,7 @@ table entry to the first line in the corresponding file in the particular
category - e.g., to the first 'MIS' line (vanilla coverage report - see the
.i \-\-show\-navigation
option, below), to
-the first 'UNC' branch (differential coverage repot), etc.
+the first 'UNC' branch (differential coverage report), etc.
Hyperlinks from the summary table at the top of the 'source detail' page are not affected.
.RE
diff --git a/tests/lcov/extract/extract.sh b/tests/lcov/extract/extract.sh
index e904712..810eb44 100755
--- a/tests/lcov/extract/extract.sh
+++ b/tests/lcov/extract/extract.sh
@@ -429,7 +429,7 @@ if [ 0 != $? ] ; then
fi
-# workaround: depending on compiler verision, we see a coverpoint on the
+# workaround: depending on compiler version, we see a coverpoint on the
# close brace line (gcc/6 for example) or we don't (gcc/10 for example)
BRACE_LINE='^DA:34'
MARKER_LINES=`grep -v $BRACE_LINE internal.info | grep -c "^DA:"`