fixed typo

This commit is contained in:
Chris Brandson 2021-05-28 07:07:34 -07:00 committed by Wireshark GitLab Utility
parent aed5c63e73
commit a5df597b3d
1 changed files with 2 additions and 2 deletions

View File

@ -1945,8 +1945,8 @@ void proto_register_zbee_zdp(void)
static ei_register_info ei[] = {
{
&ei_deprecated_command,
{ "zbee_zdp.zdo_command_depreciated", PI_DEPRECATED, PI_WARN,
"Depreciated ZDO Command", EXPFILL }
{ "zbee_zdp.zdo_command_deprecated", PI_DEPRECATED, PI_WARN,
"Deprecated ZDO Command", EXPFILL }
}
};