aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/sctp_chunk_stat.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@wireshark.org>2015-10-01 14:23:00 +0200
committerMichael Tüxen <tuexen@wireshark.org>2015-10-01 12:24:07 +0000
commite47ea6d7493c60e1761da4f5fbb6bee68fdb5847 (patch)
tree279a91c14013388bac3bd9fe3b1a650b2ed9f2ba /ui/gtk/sctp_chunk_stat.c
parent4e9361dc88eefef27d031e29e2f8ca9891cc03eb (diff)
Fix typos.
Change-Id: I3c03cbb064d1d7ffd579982b2e670b84b1768db2 Reviewed-on: https://code.wireshark.org/review/10717 Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
Diffstat (limited to 'ui/gtk/sctp_chunk_stat.c')
-rw-r--r--ui/gtk/sctp_chunk_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/sctp_chunk_stat.c b/ui/gtk/sctp_chunk_stat.c
index 5742c428cf..5b4f64fa4c 100644
--- a/ui/gtk/sctp_chunk_stat.c
+++ b/ui/gtk/sctp_chunk_stat.c
@@ -207,7 +207,7 @@ sctpstat_draw(void *phs)
12, tmp->chunk_count[SCTP_ABORT_CHUNK_ID],
13, tmp->chunk_count[SCTP_ERROR_CHUNK_ID],
14, tmp->chunk_count[SCTP_NR_SACK_CHUNK_ID],
- 15, tmp->chunk_count[SCTP_IDATA_CHUNK_ID],
+ 15, tmp->chunk_count[SCTP_I_DATA_CHUNK_ID],
16, tmp->chunk_count[SCTP_ASCONF_ACK_CHUNK_ID],
17, tmp->chunk_count[SCTP_PKTDROP_CHUNK_ID],
18, tmp->chunk_count[SCTP_FORWARD_TSN_CHUNK_ID],