mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #774: Fix typo in error message
This commit is contained in:
parent
ea5ccbee9b
commit
69865dbb00
@ -243,7 +243,7 @@ void VirtualMachineAction::request_execute(xmlrpc_c::paramList const& paramList,
|
||||
break;
|
||||
case -2:
|
||||
failure_response(ACTION,
|
||||
request_error("Worng state to perform action",""),
|
||||
request_error("Wrong state to perform action",""),
|
||||
att);
|
||||
break;
|
||||
case -3:
|
||||
@ -296,7 +296,7 @@ void VirtualMachineDeploy::request_execute(xmlrpc_c::paramList const& paramList,
|
||||
if ( vm->get_state() != VirtualMachine::PENDING )
|
||||
{
|
||||
failure_response(ACTION,
|
||||
request_error("Worng state to perform action",""),
|
||||
request_error("Wrong state to perform action",""),
|
||||
att);
|
||||
|
||||
vm->unlock();
|
||||
@ -355,7 +355,7 @@ void VirtualMachineMigrate::request_execute(xmlrpc_c::paramList const& paramList
|
||||
(vm->hasPreviousHistory() && vm->get_previous_reason() == History::NONE))
|
||||
{
|
||||
failure_response(ACTION,
|
||||
request_error("Worng state to perform action",""),
|
||||
request_error("Wrong state to perform action",""),
|
||||
att);
|
||||
|
||||
vm->unlock();
|
||||
|
Loading…
x
Reference in New Issue
Block a user