aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-osd.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-15 08:13:28 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-15 08:13:28 +0000
commit19fcedc18544b4c9f3480add9743de9325830c70 (patch)
tree6275d533f3f6382d65012a68f8b68c5632a1dfa3 /epan/dissectors/packet-scsi-osd.c
parent09d68c76e6e7399383e2b0d3480d86fb793f23a6 (diff)
Fix error from checkAPI.pl
Error: Found non-ASCII characters on line 871 of packet-scsi-osd.c svn path=/trunk/; revision=50608
Diffstat (limited to 'epan/dissectors/packet-scsi-osd.c')
-rw-r--r--epan/dissectors/packet-scsi-osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-scsi-osd.c b/epan/dissectors/packet-scsi-osd.c
index 465d7cf8e8..93130d88b8 100644
--- a/epan/dissectors/packet-scsi-osd.c
+++ b/epan/dissectors/packet-scsi-osd.c
@@ -868,7 +868,7 @@ static void dissect_osd2_cdb_continuation(packet_info *pinfo, tvbuff_t *tvb, gui
guint32 length,padlen;
proto_item *item_type, *item_length;
- /* descrìptor type */
+ /* descriptor type */
item_type= proto_tree_add_item(tree, hf_scsi_osd2_cdb_continuation_descriptor_type, tvb, offset, 2, ENC_BIG_ENDIAN);
type=tvb_get_ntohs(tvb, offset);
offset+=2;