summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
authorVille Skyttä2014-11-15 21:41:43 +0100
committerKarel Zak2014-11-18 13:59:19 +0100
commit9779f598316b3d14ac53b999570b3382faeead7a (patch)
treee92b6ad107dbc055ea4afed779a6bd34e26197c8 /tests/functions.sh
parentbash-completion: Invoke actual commands to be completed, not basenames (diff)
downloadkernel-qcow2-util-linux-9779f598316b3d14ac53b999570b3382faeead7a.tar.gz
kernel-qcow2-util-linux-9779f598316b3d14ac53b999570b3382faeead7a.tar.xz
kernel-qcow2-util-linux-9779f598316b3d14ac53b999570b3382faeead7a.zip
docs: Spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index 59107b010..a9b37581d 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -601,7 +601,7 @@ function ts_scsi_debug_init {
local devname
TS_DEVICE="none"
- # dry run is not realy reliable, real modprobe may still fail
+ # dry run is not really reliable, real modprobe may still fail
modprobe --dry-run --quiet scsi_debug &>/dev/null \
|| ts_skip "missing scsi_debug module (dry-run)"