From aeaa2ea27f1bf960f743d18711bcc4765b771351 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Tue, 20 Oct 2009 16:28:49 -0400
Subject: [PATCH] Fix typo in install.rst

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
---
 doc/install.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/install.rst b/doc/install.rst
index cb3db9d52..5c53f0f93 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -173,9 +173,9 @@ machines at system shutdown and subsequent restore of them at reboot.
 To obtain this make sure the variable ``XENDOMAINS_SAVE`` in the file
 ``/etc/default/xendomains`` is set to an empty value.
 
-If you want to use live migration make sure you edit have, in the xen
-config file, something that allows the nodes to migrate instances
-between each other. For example::
+If you want to use live migration make sure you have, in the xen config
+file, something that allows the nodes to migrate instances between each
+other. For example::
 
   (xend-relocation-server yes)
   (xend-relocation-port 8002)
-- 
GitLab