Fixed typo

This commit is contained in:
Richard Thier 2020-02-05 14:56:43 +01:00
parent ff4ac07f58
commit 85883687db

View File

@ -654,7 +654,7 @@ def main():
CACHE.cache_dump()
if DEFAULTS['test'] == True:
okgreen("Succes", "HTML file building without error")
okgreen("Success", "HTML file building without error")
if __name__ == '__main__':
main()