spelling: further

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-12 14:35:23 -04:00
parent 9004a83f24
commit 9d53938859

View File

@@ -699,7 +699,7 @@ class TestExpat:
assert char_data_recv == []
# there might be ways to make it vuln, but I did not investigate futher.
# there might be ways to make it vuln, but I did not investigate further.
@staticmethod
def test_dtd():
@@ -711,4 +711,4 @@ class TestExpat:
parser.Parse(dtd_retrieval, True)
assert hit_dtd == False
# there might be ways to make it vuln, but I did not investigate futher.
# there might be ways to make it vuln, but I did not investigate further.