Rephrase rejected to un-ignored
diff --git a/codespell_lib/tests/test_basic.py b/codespell_lib/tests/test_basic.py index 12fa1aa..1c5208a 100644 --- a/codespell_lib/tests/test_basic.py +++ b/codespell_lib/tests/test_basic.py
@@ -557,7 +557,7 @@ # Variations where an error is ignored. for variation in ('# Please see http://abandonned for info\n', '# Please see "http://abandonned" for info\n', - # This variation could be rejected, but it'd require a + # This variation could be un-ignored, but it'd require a # more complex regex as " is valid in parts of URIs. '# Please see "http://foo"abandonned for info\n', '# Please see https://abandonned for info\n',