From e1474de0bcd305f15a41cd5eabaec30d25aaa397 Mon Sep 17 00:00:00 2001 From: Shanobi Date: Fri, 19 Jan 2024 12:42:46 -0600 Subject: [PATCH] Update onevm correct spelling --- src/cli/onevm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/onevm b/src/cli/onevm index 49524c56c6f..3325412e513 100755 --- a/src/cli/onevm +++ b/src/cli/onevm @@ -626,7 +626,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