aboutsummaryrefslogtreecommitdiffstats
path: root/tools/WiresharkXML.py
diff options
context:
space:
mode:
authorMoshe Kaplan <me@moshekaplan.com>2021-12-30 22:03:45 -0500
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-12-31 22:50:40 +0000
commit67f05835cac0a26636a7e04739a4cc0dd225c077 (patch)
tree5c9ca8cd94a62f02b815a37fe124f6303dfa752c /tools/WiresharkXML.py
parent6930a2db83ec7aacb70e27bd7174a5d4a8be4cef (diff)
Fix more repeated words throughout
Fixes more repeated words seen throughout the code base.
Diffstat (limited to 'tools/WiresharkXML.py')
-rwxr-xr-xtools/WiresharkXML.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/WiresharkXML.py b/tools/WiresharkXML.py
index d67e56d297..02d2cadf22 100755
--- a/tools/WiresharkXML.py
+++ b/tools/WiresharkXML.py
@@ -245,7 +245,7 @@ class ParseXML(xml.sax.handler.ContentHandler):
# Add element as child to previous element as long
# as there is more than 1 element in the stack. Only
- # one element in the stack means that the the element in
+ # one element in the stack means that the element in
# the stack is the single CaptureFile element, and we don't
# want to add this element to that, as we only want one
# Packet element in memory at a time.