thrift: Fix typo in dissector table description

Thrift Metod Names -> Thrift Method Names

Change-Id: Idd3423bb43316c182f17e56577084224a998e792
Reviewed-on: https://code.wireshark.org/review/26472
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Graham Bloice 2018-03-14 13:02:18 +00:00
parent b9741b0d41
commit 5277e67339
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ void proto_register_thrift(void) {
thrift_module = prefs_register_protocol(proto_thrift, proto_reg_handoff_thrift);
thrift_method_name_dissector_table = register_dissector_table("thrift.method_names", "Thrift Metod names",
thrift_method_name_dissector_table = register_dissector_table("thrift.method_names", "Thrift Method names",
proto_thrift, FT_STRING, BASE_NONE);
prefs_register_uint_preference(thrift_module, "tls.port",