Skip to content

Commit 9d53938

Browse files
committed
spelling: further
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 9004a83 commit 9d53938

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/PoCs/XmlParsing/PoC.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def char_data_handler(data):
699699

700700
assert char_data_recv == []
701701

702-
# there might be ways to make it vuln, but I did not investigate futher.
702+
# there might be ways to make it vuln, but I did not investigate further.
703703

704704
@staticmethod
705705
def test_dtd():
@@ -711,4 +711,4 @@ def test_dtd():
711711
parser.Parse(dtd_retrieval, True)
712712
assert hit_dtd == False
713713

714-
# there might be ways to make it vuln, but I did not investigate futher.
714+
# there might be ways to make it vuln, but I did not investigate further.

0 commit comments

Comments
 (0)