mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
M #~: fixing some typos (#3633)
Signed-off-by: Carlos J. Herrera Matos <cherrera@opennebula.systems>
This commit is contained in:
parent
e5a6bb6b99
commit
cbf8f0d7ff
@ -188,7 +188,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
|
||||
image.allocate(template, options[:datastore], check_capacity)
|
||||
rescue StandardError => e
|
||||
STDERR.puts e.messsage
|
||||
STDERR.puts e.message
|
||||
exit(-1)
|
||||
end
|
||||
end
|
||||
|
@ -98,7 +98,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
|
||||
obj.allocate(template)
|
||||
rescue StandardError => e
|
||||
STDERR.puts e.messsage
|
||||
STDERR.puts e.message
|
||||
exit(-1)
|
||||
end
|
||||
end
|
||||
|
@ -167,7 +167,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
tmpl.allocate(template)
|
||||
end
|
||||
rescue StandardError => e
|
||||
STDERR.puts e.messsage
|
||||
STDERR.puts e.message
|
||||
exit(-1)
|
||||
end
|
||||
end
|
||||
|
@ -118,7 +118,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
|
||||
obj.allocate(template)
|
||||
rescue StandardError => e
|
||||
STDERR.puts "Error creating VM Group: #{e.messsage}"
|
||||
STDERR.puts "Error creating VM Group: #{e.message}"
|
||||
exit(-1)
|
||||
end
|
||||
end
|
||||
|
@ -141,7 +141,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
tmpl.allocate(template)
|
||||
end
|
||||
rescue StandardError => e
|
||||
STDERR.puts e.messsage
|
||||
STDERR.puts e.message
|
||||
exit(-1)
|
||||
end
|
||||
end
|
||||
|
@ -127,7 +127,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
|
||||
obj.allocate(template)
|
||||
rescue StandardError => e
|
||||
STDERR.puts e.messsage
|
||||
STDERR.puts e.message
|
||||
exit(-1)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user