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/avocado/acpi-bits.py | |
| parent | d30b5bc95a9406b4125a35defba3a953358215cb (diff) | |
| download | focaccia-qemu-96420a30e0b509914609e45456ed3dfd47360a8c.tar.gz focaccia-qemu-96420a30e0b509914609e45456ed3dfd47360a8c.zip | |
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/avocado/acpi-bits.py')
| -rw-r--r-- | tests/avocado/acpi-bits.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/avocado/acpi-bits.py b/tests/avocado/acpi-bits.py index 3ed286dcbd..bb3f818689 100644 --- a/tests/avocado/acpi-bits.py +++ b/tests/avocado/acpi-bits.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # group: rw quick -# Exercize QEMU generated ACPI/SMBIOS tables using biosbits, +# Exercise QEMU generated ACPI/SMBIOS tables using biosbits, # https://biosbits.org/ # # This program is free software; you can redistribute it and/or modify @@ -366,7 +366,7 @@ class AcpiBitsTest(QemuBaseTest): #pylint: disable=too-many-instance-attributes super().tearDown() def test_acpi_smbios_bits(self): - """The main test case implementaion.""" + """The main test case implementation.""" iso_file = os.path.join(self._workDir, 'bits-%d.iso' %self._bitsInternalVer) |