aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-17 00:08:38 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-17 00:08:38 +0000
commit9ef1a0a24d7401e535322205e3537b7669a7c045 (patch)
tree5a9e06dd5f91951645bff0dd47c3d1bca8623fe8 /epan/dissectors/packet-scsi.c
parent9c3967c861ca0cfed11ad123563598f65b26fb3d (diff)
Fix typos and spelling (mostly in text strings)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27028 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-scsi.c')
-rw-r--r--epan/dissectors/packet-scsi.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-scsi.c b/epan/dissectors/packet-scsi.c
index f90f69f317..918b8dc96a 100644
--- a/epan/dissectors/packet-scsi.c
+++ b/epan/dissectors/packet-scsi.c
@@ -369,10 +369,10 @@ static const value_string scsi_spc_vals[] = {
static const value_string log_flags_tmc_vals[] = {
- {0, "Every update of the culmulative value"},
- {1, "Culmulative value equal to treshold value"},
- {2, "Culmulative value not equal to treshold value"},
- {3, "Culmulative value greater than treshold value"},
+ {0, "Every update of the cumulative value"},
+ {1, "Cumulative value equal to treshold value"},
+ {2, "Cumulative value not equal to treshold value"},
+ {3, "Cumulative value greater than treshold value"},
{0, NULL},
};
@@ -2071,8 +2071,8 @@ static const value_string inq_rdf_vals[] = {
#define SCSI_INQ_SCCSFLAGS_PROTECT 0x01
static const value_string inq_tpgs_vals[] = {
- { 0, "Assymetric LU Access not supported" },
- { 1, "Implicit Assymetric LU Access supported" },
+ { 0, "Asymmetric LU Access not supported" },
+ { 1, "Implicit Asymmetric LU Access supported" },
{ 2, "Explicit LU Access supported" },
{ 3, "Both Implicit and Explicit LU Access supported" },
{ 0, NULL }