aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spice.c
diff options
context:
space:
mode:
authormoshekaplan <me@moshekaplan.com>2016-01-05 19:58:42 -0500
committerMichael Mann <mmann78@netscape.net>2016-01-08 20:04:56 +0000
commitcd7026951b2354cb633b51cd82d6de0a0f622f00 (patch)
tree98e01231a03392a988f8621a8cbc6f7553bce0ca /epan/dissectors/packet-spice.c
parentc1bcbb6eee97239be09d820ca3c16c46cf072fc6 (diff)
Fix a lot of typos and misspellings
Change-Id: I8512cfa1d424f82a873a0e0e1d22c7b075fdd7f3 Reviewed-on: https://code.wireshark.org/review/13069 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-spice.c')
-rw-r--r--epan/dissectors/packet-spice.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-spice.c b/epan/dissectors/packet-spice.c
index 343e2bc872..ea11eda16a 100644
--- a/epan/dissectors/packet-spice.c
+++ b/epan/dissectors/packet-spice.c
@@ -1834,7 +1834,7 @@ dissect_spice_display_server(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo
offset += dissect_Mask(tvb, pinfo, tree, offset);
- if (data_size != 5) { /* if it's not a SOLID brush, it's a PATTERN, dissect its image descriptior */
+ if (data_size != 5) { /* if it's not a SOLID brush, it's a PATTERN, dissect its image descriptor */
offset += dissect_Image(tvb, tree, pinfo, offset);
}
break;
@@ -3577,7 +3577,7 @@ proto_register_spice(void)
NULL, HFILL }
},
{ &hf_main_cap_semi_migrate,
- { "Semi-seamless migratation capability", "spice.main_cap_semi_migrate",
+ { "Semi-seamless migration capability", "spice.main_cap_semi_migrate",
FT_BOOLEAN, 4, TFS(&tfs_set_notset), SPICE_MAIN_CAP_SEMI_SEAMLESS_MIGRATE_MASK,
NULL, HFILL }
},
@@ -3787,7 +3787,7 @@ proto_register_spice(void)
NULL, HFILL }
},
{ &hf_cursor_trail_visible,
- { "Cursor trail visiblity", "spice.cursor_trail_visible",
+ { "Cursor trail visibility", "spice.cursor_trail_visible",
FT_UINT8, BASE_DEC, VALS(cursor_visible_vs), 0x0,
NULL, HFILL }
},
@@ -3877,7 +3877,7 @@ proto_register_spice(void)
NULL, HFILL }
},
{ &hf_pixmap_address,
- { "Pixmap palettte pointer", "spice.pixmap_palette_address",
+ { "Pixmap palette pointer", "spice.pixmap_palette_address",
FT_UINT32, BASE_HEX_DEC, NULL, 0x0,
NULL, HFILL }
},
@@ -4412,7 +4412,7 @@ proto_register_spice(void)
NULL, HFILL }
},
{ &hf_vd_agent_cap_sparse_monitors_config,
- { "Sparse monitors config", "spice.vd_agent_cap_sparese_monitors_config",
+ { "Sparse monitors config", "spice.vd_agent_cap_sparse_monitors_config",
FT_BOOLEAN, 32, TFS(&tfs_set_notset), VD_AGENT_CAP_SPARSE_MONITORS_CONFIG,
NULL, HFILL }
},