diff options
author | Stefan Weil <sw@weilnetz.de> | 2022-10-30 11:59:44 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-11-05 20:35:45 +0100 |
commit | 1e458f11273c315ee2045f6e632b8dfb5f2b1544 (patch) | |
tree | 3d7aa5e81730bf17a4f886af75036bd4802d10e2 /tests | |
parent | 58379af7102616531bf8ca499121e33b034fe9e4 (diff) |
Fix some typos in documentation and comments
Most of them were found and fixed using codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20221030105944.311940-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/libqtest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/libqtest.h b/tests/qtest/libqtest.h index 91a5f7edd9..fcf1c3c3b3 100644 --- a/tests/qtest/libqtest.h +++ b/tests/qtest/libqtest.h @@ -736,7 +736,7 @@ bool qtest_has_device(const char *device); * qtest_qmp_device_add_qdict: * @qts: QTestState instance to operate on * @drv: Name of the device that should be added - * @arguments: QDict with properties for the device to intialize + * @arguments: QDict with properties for the device to initialize * * Generic hot-plugging test via the device_add QMP command with properties * supplied in form of QDict. Use NULL for empty properties list. |