---
 src/libxl/libxl_migration.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libxl/libxl_migration.c b/src/libxl/libxl_migration.c
index fb833d1a3..6b5b981f1 100644
--- a/src/libxl/libxl_migration.c
+++ b/src/libxl/libxl_migration.c
@@ -325,7 +325,7 @@ libxlMigrateReceive(virNetSocketPtr sock,
         goto fail;
     }
     VIR_DEBUG("Accepted migration connection."
-              "  Spawing thread to process migration data");
+              "  Spawning thread to process migration data");
     recvfd = virNetSocketDupFD(client_sock, true);
     virObjectUnref(client_sock);
 
-- 
2.11.0

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to