Reword comment
diff --git a/codespell.py b/codespell.py index 4b4ef51..c0b6316 100755 --- a/codespell.py +++ b/codespell.py
@@ -282,7 +282,7 @@ lines[i - 1] = lines[i - 1].replace(word, fixword, 1) continue - # if not warning was explicitly set by interactive mode + # otherwise warning was explicitly set by interactive mode if options.interactive & 2 and not fix and not misspellings[lword].reason: continue