aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mswsp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2019-05-18 08:21:09 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2019-05-18 19:06:04 +0000
commita0dc24dfc618fc4e71d4be934076b50afd4e580c (patch)
tree17f170212c559defbe0d5ec0ecbe75ebcda30105 /epan/dissectors/packet-mswsp.c
parentd815a72805fbaa841671e508abb678437eefac18 (diff)
mswsp: fix typo
unknow -> unknown Change-Id: Idd858b7dc321f255fa56fdec955662f6c2cd1cb4 Reviewed-on: https://code.wireshark.org/review/33249 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan/dissectors/packet-mswsp.c')
-rw-r--r--epan/dissectors/packet-mswsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mswsp.c b/epan/dissectors/packet-mswsp.c
index c027c91ee1..937068d2f2 100644
--- a/epan/dissectors/packet-mswsp.c
+++ b/epan/dissectors/packet-mswsp.c
@@ -6101,7 +6101,7 @@ static int dissect_CPMGetRowsetNotify(tvbuff_t *tvb, packet_info *pinfo, proto_t
proto_tree_add_item(tree, hf_mswsp_msg_cpmgetrowsetnotify_rowseteventdata1, tvb, offset, 8, ENC_LITTLE_ENDIAN);
offset += 8;
proto_tree_add_item(tree, hf_mswsp_msg_cpmgetrowsetnotify_rowseteventdata2, tvb, offset, 8, ENC_LITTLE_ENDIAN);
- /* it seems there is an extra unknow 8 bytes following */
+ /* it seems there is an extra unknown 8 bytes following */
}
return tvb_reported_length(tvb);
}