smb2: namepsace => namespace typo

Change-Id: I48b816d0a8d566e91fb5b7b98bd3f4f0764dda43
Reviewed-on: https://code.wireshark.org/review/35077
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Aurelien Aptel 2019-11-13 12:27:20 +01:00 committed by Anders Broman
parent 2ff91faf89
commit 0bc213b559
1 changed files with 1 additions and 1 deletions

View File

@ -11797,7 +11797,7 @@ proto_register_smb2(void)
},
{ &hf_smb2_share_flags_allow_namespace_caching,
{ "Allow namepsace caching", "smb2.share_flags.allow_namespace_caching", FT_BOOLEAN, 32,
{ "Allow namespace caching", "smb2.share_flags.allow_namespace_caching", FT_BOOLEAN, 32,
NULL, SHARE_FLAGS_allow_namespace_caching, "Clients are allowed to cache the namespace of the specified share", HFILL }
},