diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:27 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
commit | 96420a30e0b509914609e45456ed3dfd47360a8c (patch) | |
tree | e31d56ce9b3cd9eed6246ac7bcd4decb1fa7d386 /tests/qemu-iotests/215 | |
parent | d30b5bc95a9406b4125a35defba3a953358215cb (diff) | |
download | qemu-96420a30e0b509914609e45456ed3dfd47360a8c.zip qemu-96420a30e0b509914609e45456ed3dfd47360a8c.tar.gz qemu-96420a30e0b509914609e45456ed3dfd47360a8c.tar.bz2 |
tests/: spelling fixes
with some rewording in
tests/qemu-iotests/298
tests/qtest/fuzz/generic_fuzz.c
tests/unit/test-throttle.c
as suggested by Eric.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/215')
-rwxr-xr-x | tests/qemu-iotests/215 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/215 b/tests/qemu-iotests/215 index d464596..6babbcd 100755 --- a/tests/qemu-iotests/215 +++ b/tests/qemu-iotests/215 @@ -95,7 +95,7 @@ output=$($QEMU_IO \ 2>&1 | _filter_qemu_io) case $output in *allocate*) - _notrun "Insufficent memory to run test" ;; + _notrun "Insufficient memory to run test" ;; *) printf '%s\n' "$output" ;; esac $QEMU_IO \ |