aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mswsp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-09-13 09:03:08 +0100
committerMartin Mathieson <martin.mathieson@keysight.com>2020-09-13 09:03:08 +0100
commit82827278f7e07188702f6ef22b8f8ade54f46233 (patch)
tree4ed1c7d0804eee1d738b355019a221f37c3e9160 /epan/dissectors/packet-mswsp.c
parent2f89b8d62cffabc13320fd126c09173b158499a6 (diff)
More dissector string spelling fixes.
Finally, it is becoming difficult to find more.
Diffstat (limited to 'epan/dissectors/packet-mswsp.c')
-rw-r--r--epan/dissectors/packet-mswsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mswsp.c b/epan/dissectors/packet-mswsp.c
index 225736d2f4..12cea522dd 100644
--- a/epan/dissectors/packet-mswsp.c
+++ b/epan/dissectors/packet-mswsp.c
@@ -973,7 +973,7 @@ static const value_string DocPropSetGuid_IDS[] = {
static const value_string ShellDetails_IDS[] = {
{ 5, "System.ComputerName"},
{ 8, "System.ItemPathDisplayNarrow"},
- { 9, "PercivedType"},
+ { 9, "PerceivedType"},
{11, "System.ItemType"},
{12, "FileCount"},
{14, "TotalFileSize"},
@@ -7734,7 +7734,7 @@ proto_register_mswsp(void)
{
&hf_mswsp_msg_cpmquerystatusex_dwratiodenom,
{
- "dwRatioFinishedDenomenator", "mswsp.msg.cpmquerystatusex.dwratiodenom",
+ "dwRatioFinishedDenominator", "mswsp.msg.cpmquerystatusex.dwratiodenom",
FT_UINT32, BASE_DEC, NULL, 0, NULL, HFILL
}
},