From a6f65c6bf7ca7886de7a7636e4c4b7316e188e14 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Fri, 1 May 2009 07:05:47 +0000 Subject: From Reinhard Speyerer: This patch fixes several misspellings/typos in Wireshark SVN revision 28201. svn path=/trunk/; revision=28208 --- epan/dissectors/packet-artnet.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/packet-artnet.c') diff --git a/epan/dissectors/packet-artnet.c b/epan/dissectors/packet-artnet.c index dc4ec93eb4..c3a6e14395 100644 --- a/epan/dissectors/packet-artnet.c +++ b/epan/dissectors/packet-artnet.c @@ -1776,7 +1776,7 @@ proto_register_artnet(void) { { "ProVer", "artnet.header.protver", FT_UINT16, BASE_DEC, NULL, 0x0, - "Protcol revision number", HFILL }}, + "Protocol revision number", HFILL }}, /* ArtPoll */ @@ -2044,7 +2044,7 @@ proto_register_artnet(void) { { "Output Subswitch of Port 4", "artnet.poll_reply.swout_4", FT_UINT8, BASE_HEX, NULL, 0x0, - "Ouput Subswitch of Port 4", HFILL }}, + "Output Subswitch of Port 4", HFILL }}, { &hf_artnet_poll_reply_swvideo, { "SwVideo", @@ -2198,7 +2198,7 @@ proto_register_artnet(void) { { "Output Subswitch of Port 4", "artnet.address.swout_4", FT_UINT8, BASE_HEX, NULL, 0x0, - "Ouput Subswitch of Port 4", HFILL }}, + "Output Subswitch of Port 4", HFILL }}, { &hf_artnet_address_subswitch, { "Subswitch", -- cgit v1.2.1