summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-06-13 20:42:57 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2014-06-24 20:01:24 +0400
commit5d831be27289c244969cbe6a3b87cbc0b44b1532 (patch)
tree7760a1ec0069867e5c775836f706296987eb4d6f /tests
parent10358b6a1cc466a7d6e6d78364c972935634bdb7 (diff)
downloadqemu-5d831be27289c244969cbe6a3b87cbc0b44b1532.tar.gz
Fix new typos (found by codespell)
* accomodate -> accommodate * aquiring -> acquiring * beacuse -> because * loosing -> losing * prefering -> preferring * threshhold -> threshold Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests')
-rw-r--r--tests/qemu-iotests/common.qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/common.qemu b/tests/qemu-iotests/common.qemu
index 918af3102c..ee7ebb4c1d 100644
--- a/tests/qemu-iotests/common.qemu
+++ b/tests/qemu-iotests/common.qemu
@@ -103,7 +103,7 @@ function _send_qemu_cmd()
count=${qemu_cmd_repeat}
use_error="no"
fi
- # This array element extraction is done to accomodate pathnames with spaces
+ # This array element extraction is done to accommodate pathnames with spaces
cmd=${@: 1:${#@}-1}
shift $(($# - 1))