1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-29 11:21:30 +03:00

Fix typo in OCCI error message

(cherry picked from commit 4a7f634802)
This commit is contained in:
Daniel Molina 2011-01-13 09:50:38 +01:00
parent e3e59c04ab
commit 5820ebef80

View File

@ -58,7 +58,7 @@ end
if CloudServer.is_port_open?($occi_server.config[:server],
$occi_server.config[:port])
puts "Port busy, please shutdown the service or move econe server port."
puts "Port busy, please shutdown the service or move occi server port."
exit
end