OSPF: fix fix spelling typo found by lintian

Change-Id: I8058a9277163fbcdb5ad2e67b44bf0d4e3ea2283
Reviewed-on: https://code.wireshark.org/review/18523
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-10-27 17:55:26 +02:00 committed by Anders Broman
parent 1408f96cd2
commit f668368efa
1 changed files with 1 additions and 1 deletions

View File

@ -3599,7 +3599,7 @@ proto_register_ospf(void)
{ "(MC) Multicast", "ospf.v3.prefix.options.mc", FT_BOOLEAN, 8,
TFS(&tfs_set_notset), OSPF_V3_PREFIX_OPTION_MC, NULL, HFILL }},
{&hf_ospf_v3_prefix_option_p,
{ "(P) Propogate", "ospf.v3.prefix.options.p", FT_BOOLEAN, 8,
{ "(P) Propagate", "ospf.v3.prefix.options.p", FT_BOOLEAN, 8,
TFS(&tfs_set_notset), OSPF_V3_PREFIX_OPTION_P, NULL, HFILL }},
/* Dynamic Hostname contained in the Opaque RI LSA - dynamic hostname TLV*/