From d5c4c6972ed019e1cf52d268baecd41726760b90 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 18 Apr 2018 15:46:00 -0700 Subject: [PATCH] Fix tapo. Change-Id: I1e5a39437e274aa8923e996241d2264dbd63e806 Reviewed-on: https://code.wireshark.org/review/27014 Reviewed-by: Guy Harris --- epan/dissectors/packet-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c index 59f77b2bb5..03f6185a10 100644 --- a/epan/dissectors/packet-tcp.c +++ b/epan/dissectors/packet-tcp.c @@ -525,7 +525,7 @@ static const value_string tcp_option_kind_vs[] = { { TCPOPT_MPTCP, "Multipath TCP" }, { TCPOPT_TFO, "TCP Fast Open Cookie" }, { TCPOPT_RVBD_PROBE, "Riverbed Probe" }, - { TCPOPT_RVBD_TRPY, "Riverbed Transparancy" }, + { TCPOPT_RVBD_TRPY, "Riverbed Transparency" }, { TCPOPT_EXP_FD, "RFC3692-style Experiment 1" }, { TCPOPT_EXP_FE, "RFC3692-style Experiment 2" }, { 0, NULL }