mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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>
This commit is contained in:
parent
10358b6a1c
commit
5d831be272
6 changed files with 7 additions and 7 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue