aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pppoe.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:17:10 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:17:10 +0000
commit179974cccf8855adb2ba04ceee4404bb885c796d (patch)
tree643becac0dfbcd96a9ae070c47efa7cdafd1c6c6 /epan/dissectors/packet-pppoe.c
parent9aa990543a3b7bf9c2839f0152c6c6dbc5c9892a (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. svn path=/trunk/; revision=28220
Diffstat (limited to 'epan/dissectors/packet-pppoe.c')
-rw-r--r--epan/dissectors/packet-pppoe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pppoe.c b/epan/dissectors/packet-pppoe.c
index 94bb6a8a7a..5aceffc4fd 100644
--- a/epan/dissectors/packet-pppoe.c
+++ b/epan/dissectors/packet-pppoe.c
@@ -174,7 +174,7 @@ static const value_string tag_vals[] = {
{PPPOE_TAG_VENDOR, "Vendor-Specific" },
{PPPOE_TAG_CREDITS, "Credits" },
{PPPOE_TAG_METRICS, "Metrics" },
- {PPPOE_TAG_SEQ_NUM, "Seqence Number" },
+ {PPPOE_TAG_SEQ_NUM, "Sequence Number" },
{PPPOE_TAG_CRED_SCALE, "Credit Scale Factor"},
{PPPOE_TAG_RELAY_ID, "Relay-Session-Id" },
{PPPOE_TAG_HURL, "HURL" },