Fix some typos and spelling (mostly in text strings)
[obnox/wireshark/wip.git] / epan / dissectors / packet-scsi-osd.c
index 7cf715c09b1e4aa66c8fbc10aab3cb7276e2ee65..e9dd30464e233a29589e6e70cc5c93d9acd55efe 100644 (file)
@@ -374,7 +374,7 @@ dissect_osd_attributes_list(packet_info *pinfo, tvbuff_t *tvb, int offset, proto
                        offset+=attribute_length;
                        break;
                default:
-                       proto_tree_add_text(tree, tvb, offset, tvb_length_remaining(tvb, offset), "Dont know how to decode this attribute list type:0x%02x",type);
+                       proto_tree_add_text(tree, tvb, offset, tvb_length_remaining(tvb, offset), "Don't know how to decode this attribute list type:0x%02x",type);
                        return;
                }
        }