mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Fix spelling in comments and documentation
These spelling bugs were found by codespell: supressing -> suppressing transfered -> transferred Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
4dbd84e26f
commit
993d46ce7e
2 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ def qemu_img(*args):
|
|||
return subprocess.call(qemu_img_args + list(args), stdin=devnull, stdout=devnull)
|
||||
|
||||
def qemu_img_verbose(*args):
|
||||
'''Run qemu-img without supressing its output and return the exit code'''
|
||||
'''Run qemu-img without suppressing its output and return the exit code'''
|
||||
return subprocess.call(qemu_img_args + list(args))
|
||||
|
||||
def qemu_io(*args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue