aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bpdu.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2008-12-01 09:50:34 +0000
committerJörg Mayer <jmayer@loplof.de>2008-12-01 09:50:34 +0000
commit11fb0e8118a5f2fc100303f08fabbb13efc165e1 (patch)
tree78186f2d8a5a71b0148034023498fbd860fcc644 /epan/dissectors/packet-bpdu.c
parent2ec0f3265458e2730209a1b8a930b7cdc1a9ba14 (diff)
Fix a tpyo
svn path=/trunk/; revision=26890
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);
}