From a40c048f9d8612f8b58a64a878b26c35684d4f52 Mon Sep 17 00:00:00 2001 From: Shanobi Date: Fri, 19 Jan 2024 12:42:46 -0600 Subject: [PATCH] M #-: Fix spelling in onevm command help (cherry picked from commit 822581a032c8c44f1fc214d367580c2a1514b262) --- src/cli/onevm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/onevm b/src/cli/onevm index 79e49eaacb..04cad32c98 100755 --- a/src/cli/onevm +++ b/src/cli/onevm @@ -647,7 +647,7 @@ CommandParser::CmdParser.new(ARGV) do migrate_desc = <<-EOT.unindent Migrates the given running VM to another Host. If used with --live - parameter the miration is done without downtime. + parameter the migration is done without downtime. States: RUNNING EOT