summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk/align-512-512-topology
diff options
context:
space:
mode:
authorDavidlohr Bueso2011-08-17 17:51:19 +0200
committerKarel Zak2011-08-17 18:08:18 +0200
commitd8c36bdf037b901d92c8cbe45546b210dc5f8b90 (patch)
treec8ec9a462c792edead1a911974a8c7762899be50 /tests/ts/fdisk/align-512-512-topology
parentlosetup: allow to use --verbose with --all (diff)
downloadkernel-qcow2-util-linux-d8c36bdf037b901d92c8cbe45546b210dc5f8b90.tar.gz
kernel-qcow2-util-linux-d8c36bdf037b901d92c8cbe45546b210dc5f8b90.tar.xz
kernel-qcow2-util-linux-d8c36bdf037b901d92c8cbe45546b210dc5f8b90.zip
tests: grammar fixes
Trivial change, "Cannot found" to "Cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Diffstat (limited to 'tests/ts/fdisk/align-512-512-topology')
-rwxr-xr-xtests/ts/fdisk/align-512-512-topology2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/fdisk/align-512-512-topology b/tests/ts/fdisk/align-512-512-topology
index 45637655b..baf9155a7 100755
--- a/tests/ts/fdisk/align-512-512-topology
+++ b/tests/ts/fdisk/align-512-512-topology
@@ -37,7 +37,7 @@ modprobe scsi_debug dev_size_mb=50 sector_size=512
sleep 3
DEVNAME=$(grep scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}')
-[ "x${DEVNAME}" == "x" ] && ts_die "Cannot found device"
+[ "x${DEVNAME}" == "x" ] && ts_die "Cannot find device"
DEVICE="/dev/${DEVNAME}"