On 15/11/2023 07.41, Michael Tokarev wrote:
14.11.2023 22:05, Thomas Huth wrote:
On 14/11/2023 17.58, Michael Tokarev wrote:
Fixes: 1aefe2ca1423 "migration/doc: Add documentation for backwards
compatiblity"
Cc: Juan Quintela <quint...@redhat.com>
Signed-off-by: Michael Tokarev <m...@tls.msk.ru>
---
docs/devel/migration.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/devel/migration.rst b/docs/devel/migration.rst
index 5adf4f12f7..51b1f61f5e 100644
--- a/docs/devel/migration.rst
+++ b/docs/devel/migration.rst
@@ -1061,7 +1061,7 @@ QEMU version, in this case pc-5.1.
4 - qemu-5.1 -M pc-5.2 -> migrates to -> qemu-5.1 -M pc-5.2
- This combination is not possible as the qemu-5.1 doen't understand
+ This combination is not possible as the qemu-5.1 does't understand
You replaced one typo with another one :-)
Heh. Lovely! :)
The "really-really-fixed" one (without resending):
- This combination is not possible as the qemu-5.1 doen't understand
+ This combination is not possible as the qemu-5.1 doesn't understand
pc-5.2 machine type. So nothing to worry here.
;)
With that fix:
Reviewed-by: Thomas Huth <th...@redhat.com>