Fix typos

This commit is contained in:
Andrea Gelmini
2020-06-13 18:25:05 +02:00
parent aee0da2c64
commit c8e3735dd6
6 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ def get_total(report):
def get_color(total):
"""
Return color for current coverage precent
Return color for current coverage percent
"""
try:
xtotal = int(total)