Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] [patch] SCSI typo

From: Patrick vd Lageweg <patrick@xxxxxxxxxxxx>
Date: Thu, 23 Nov 2006 11:02:32 +0100
Hi,

This patch fixes a simple typo.

	Patrick
Index: epan/dissectors/packet-scsi.c
===================================================================
--- epan/dissectors/packet-scsi.c	(revision 19963)
+++ epan/dissectors/packet-scsi.c	(working copy)
@@ -2427,7 +2427,7 @@
 				 (flags & 0x01));
 	    flags = tvb_get_guint8 (tvb, offset+5);
 	    proto_tree_add_text (tree, tvb, offset+5, 1,
-				 "Media Formar Recognition: %u",
+				 "Media Format Recognition: %u",
 				 flags);
 	    flags = tvb_get_guint8 (tvb, offset+6);
 	    proto_tree_add_text (tree, tvb, offset+6, 1,