aboutsummaryrefslogtreecommitdiff
path: root/src/sg_inq.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-10-27 18:07:47 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-10-27 18:07:47 +0000
commit7ce49e15a453f598ce6cc08933c5d961dcf86b46 (patch)
tree4018c626168817c8880f984210b19a12045b45d0 /src/sg_inq.c
parentdf021e02a8ebe19d0537bb836b988bc7d424f79e (diff)
downloadsg3_utils-7ce49e15a453f598ce6cc08933c5d961dcf86b46.tar.gz
sg_stream_ctl: fix --get indexing; fix some './configure --enable-debug' issues
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@976 6180dd3e-e324-4e3e-922d-17de1ae2f315
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;