aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bpdu.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-01 09:50:34 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-01 09:50:34 +0000
commit21bd61f6d59d381ebcfea8e9a6e80be9beeaefc6 (patch)
tree78186f2d8a5a71b0148034023498fbd860fcc644 /epan/dissectors/packet-bpdu.c
parent93f75e1c28ee0f5bc39c2efa5e2d65b0d5b498d9 (diff)
Fix a tpyo
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26890 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-bpdu.c')
-rw-r--r--epan/dissectors/packet-bpdu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bpdu.c b/epan/dissectors/packet-bpdu.c
index c38026161f..e408da5c23 100644
--- a/epan/dissectors/packet-bpdu.c
+++ b/epan/dissectors/packet-bpdu.c
@@ -1173,8 +1173,8 @@ proto_register_bpdu(void)
bpdu_module = prefs_register_protocol(proto_bpdu, NULL);
prefs_register_bool_preference(bpdu_module, "use_system_id_extension",
- "Use 801.1t System ID Extensions",
- "Whether the BPDU dissector should use 801.1t System ID Extensions when dissecting the Bridge Identifier",
+ "Use 802.1t System ID Extensions",
+ "Whether the BPDU dissector should use 802.1t System ID Extensions when dissecting the Bridge Identifier",
&bpdu_use_system_id_extensions);
}