mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #421: Fix typo in error message
This commit is contained in:
parent
1288fff17d
commit
ae71bd7b47
@ -234,7 +234,7 @@ class OCCIServer < CloudServer
|
||||
state = vm_info['STATE']
|
||||
|
||||
if image_name && state
|
||||
error_msg = "It is only allowed to change the state and save_as" <<
|
||||
error_msg = "It is not allowed to change the state and save_as" <<
|
||||
" a disk in the same request"
|
||||
return OpenNebula::Error.new(error_msg), 400
|
||||
elsif image_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user