diff options
author | Stefan Weil <sw@weilnetz.de> | 2020-11-17 20:34:48 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-11-18 09:29:41 +0100 |
commit | ac9574bc879c50aecd4abf1d680e146f97d55487 (patch) | |
tree | b915ebdb2f1f594751396c3d5893c93297f04045 /docs/replay.txt | |
parent | 933c8fe7814d481ad19ded7ff0b5b4389e5d3176 (diff) |
docs: Fix some typos (found by codespell)
Fix also a similar typo in a code comment.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Message-Id: <20201117193448.393472-1-sw@weilnetz.de>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/replay.txt')
-rw-r--r-- | docs/replay.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/replay.txt b/docs/replay.txt index 87a64ae068..5b008ca491 100644 --- a/docs/replay.txt +++ b/docs/replay.txt @@ -328,7 +328,7 @@ between the snapshots. Each of the passes include the following steps: 1. loading the snapshot 2. replaying to examine the breakpoints 3. if breakpoint or watchpoint was met - - loading the snaphot again + - loading the snapshot again - replaying to the required breakpoint 4. else - proceeding to the p.1 with the earlier snapshot |