aboutsummaryrefslogtreecommitdiff
path: root/src/sg_inq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sg_inq.c')
-rw-r--r--src/sg_inq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sg_inq.c b/src/sg_inq.c
index 8a9b43e2..bcf5960e 100644
--- a/src/sg_inq.c
+++ b/src/sg_inq.c
@@ -2006,7 +2006,7 @@ decode_b0_vpd(uint8_t * buff, int len, struct opts_t * op, sgj_opaque_p jop)
!!(buff[4] & 0x2), false, "Tape Stream Mirror "
"Capable");
sgj_haj_vi_nex(jsp, jop, 2, "WORM", SGJ_SEP_EQUAL_NO_SPACE,
- !!(buff[4] & 0x1), false, "Write Once Read Multple "
+ !!(buff[4] & 0x1), false, "Write Once Read Multiple "
"supported");
break;