aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/testing.rst
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2022-10-30 11:59:44 +0100
committerLaurent Vivier <laurent@vivier.eu>2022-11-05 20:35:45 +0100
commit1e458f11273c315ee2045f6e632b8dfb5f2b1544 (patch)
tree3d7aa5e81730bf17a4f886af75036bd4802d10e2 /docs/devel/testing.rst
parent58379af7102616531bf8ca499121e33b034fe9e4 (diff)
downloadqemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.zip
qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.tar.gz
qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.tar.bz2
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 'docs/devel/testing.rst')
-rw-r--r--docs/devel/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index fbb98fa..e10c47b 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -99,7 +99,7 @@ successfully on various hosts. The following list shows some best practices:
* If your test cases uses the blkdebug feature, use relative path to pass
the config and image file paths in the command line as Windows absolute
path contains the delimiter ":" which will confuse the blkdebug parser.
-* Use double quotes in your extra QEMU commmand line in your test cases
+* Use double quotes in your extra QEMU command line in your test cases
instead of single quotes, as Windows does not drop single quotes when
passing the command line to QEMU.
* Windows opens a file in text mode by default, while a POSIX compliant