From a88da20b72e793a251e7ce987bc2f9aab70c1409 Mon Sep 17 00:00:00 2001 From: Sanju Jossy Abraham Date: Wed, 16 Nov 2016 09:20:18 +0530 Subject: [PATCH] Fix typo --- altify/altify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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