aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
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 /epan/dissectors/packet-diameter.c
parent6930a2db83ec7aacb70e27bd7174a5d4a8be4cef (diff)
Fix more repeated words throughout
Fixes more repeated words seen throughout the code base.
Diffstat (limited to 'epan/dissectors/packet-diameter.c')
-rw-r--r--epan/dissectors/packet-diameter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-diameter.c b/epan/dissectors/packet-diameter.c
index 9b1065eab7..7bc8cde581 100644
--- a/epan/dissectors/packet-diameter.c
+++ b/epan/dissectors/packet-diameter.c
@@ -1689,7 +1689,7 @@ dissect_diameter_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *
call_dissector(data_handle, tvb, pinfo, tree);
} else if (is_diam == NOT_ENOUGH_DATA) {
/* Since we're doing our heuristic checks before
- * tcp_dissect_pdus() (since we we can't do heuristics once
+ * tcp_dissect_pdus() (since we can't do heuristics once
* we're in there) we sometimes have to ask for more data...
*/
pinfo->desegment_offset = 0;