Skip to content

Commit 90b5524

Browse files
committed
common/scsi_debug: Fix spelling in a source code comment
Change a single occurrence of "specifeid" into "specified". Fixes: 17dd969 ("common/scsi_debug: introduce _configure_scsi_debug") Signed-off-by: Bart Van Assche <[email protected]>
1 parent 1673a2b commit 90b5524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/scsi_debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ _configure_scsi_debug() {
145145
fi
146146
done
147147

148-
# Modify parameters specifeid with key=value arguments
148+
# Modify parameters specified with key=value arguments
149149
for o in "$@"; do
150150
key=${o%=*}
151151
value=${o#*=}

0 commit comments

Comments
 (0)