aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/testing.rst
diff options
context:
space:
mode:
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>2024-02-20 10:52:08 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-02-20 22:20:48 +0300
commitc555b504d0961359015527f586203b6c37ef2bc6 (patch)
treec45a63cbae6f5fd8f701ca2dc88d2507c1c2ef20 /docs/devel/testing.rst
parentaab4631a4aadf8fc4a5288357bded72aaae686b6 (diff)
downloadqemu-c555b504d0961359015527f586203b6c37ef2bc6.zip
qemu-c555b504d0961359015527f586203b6c37ef2bc6.tar.gz
qemu-c555b504d0961359015527f586203b6c37ef2bc6.tar.bz2
docs: correct typos
Correct typos automatically found with the `typos` tool <https://crates.io/crates/typos> Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> (mjt: trivial fixup) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
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 bd13230..aa96eac 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -728,7 +728,7 @@ For example to setup the HPPA ports builds of Debian::
EXECUTABLE=(pwd)/qemu-hppa V=1
The ``DEB_`` variables are substitutions used by
-``debian-boostrap.pre`` which is called to do the initial debootstrap
+``debian-bootstrap.pre`` which is called to do the initial debootstrap
of the rootfs before it is copied into the container. The second stage
is run as part of the build. The final image will be tagged as
``qemu/debian-sid-hppa``.