diff --git a/altify/altify b/altify/altify index ff1a30e..0c0a2ef 100644 --- a/altify/altify +++ b/altify/altify @@ -167,7 +167,7 @@ def apply(html_file, api_key): res = 0 - # Use this loop to see if a file with the same name exits. If ti does, add a suffix. + # Use this loop to see if a file with the same name exits. If it does, add a suffix. while os.path.exists(os.path.dirname(html_file) + "/altify" + str(res) +".html"): res+=1