btmesh: fix typo (Accesss => Access)

Change-Id: I17b94100139d3262315cb42b66fc245ade82224b
Reviewed-on: https://code.wireshark.org/review/36544
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2020-03-23 09:40:59 +00:00 committed by Anders Broman
parent 16d4decb4d
commit dc6fc9bfc3
1 changed files with 1 additions and 1 deletions

View File

@ -4216,7 +4216,7 @@ proto_register_btmesh(void)
"The total length of the reassembled payload", HFILL }
},
{ &hf_btmesh_decrypted_access,
{ "Decrypted Accesss", "btmesh.accesss.decrypted",
{ "Decrypted Access", "btmesh.access.decrypted",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},