diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2022-07-07 17:37:15 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-08-01 11:58:02 +0200 |
commit | 7a21bee2aa52fc95b25e38372678986ee94f05f1 (patch) | |
tree | a9f33a9cea93fa7769543b6dd3f01404d3b17fca /docs/interop | |
parent | ebf705541c03ba90cb93eef605abd18728e0a25b (diff) |
misc: fix commonly doubled up words
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220707163720.1421716-5-berrange@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/interop')
-rw-r--r-- | docs/interop/live-block-operations.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/interop/live-block-operations.rst b/docs/interop/live-block-operations.rst index 39e62c9915..135784ab33 100644 --- a/docs/interop/live-block-operations.rst +++ b/docs/interop/live-block-operations.rst @@ -53,7 +53,7 @@ files in a disk image backing chain: (1) Directional: 'base' and 'top'. Given the simple disk image chain above, image [A] can be referred to as 'base', and image [B] as - 'top'. (This terminology can be seen in in QAPI schema file, + 'top'. (This terminology can be seen in the QAPI schema file, block-core.json.) (2) Relational: 'backing file' and 'overlay'. Again, taking the same @@ -825,7 +825,7 @@ entire disk image chain, to a target, using ``blockdev-mirror`` would be: job ready to be completed (5) Gracefully complete the 'mirror' block device job, and notice the - the event ``BLOCK_JOB_COMPLETED`` + event ``BLOCK_JOB_COMPLETED`` (6) Shutdown the guest by issuing the QMP ``quit`` command so that caches are flushed |