From 4a93945b58b0ac48569a84d8e11caf07edb0fe33 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 7 Jul 2019 15:18:35 -0400 Subject: [PATCH] Add additional e for consistency --- docs/manuals/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manuals/api.md b/docs/manuals/api.md index 3763b225..9c163749 100644 --- a/docs/manuals/api.md +++ b/docs/manuals/api.md @@ -256,7 +256,7 @@ If `flag_force` is specified, migrate the VM even if it has already been migrate * Mandatory values: N/A * Optional values: N/A -Unmigrate the `migrate`d VM with name or UUID ``, returning it to its previous node. Use Libvirt live migration if possible; otherwise `shutdown` then `start` on the previous node. +Unmigrate the `migrate`ed VM with name or UUID ``, returning it to its previous node. Use Libvirt live migration if possible; otherwise `shutdown` then `start` on the previous node. Attempting to `unmigrate` a non-migrated VM will return a failure.