1
0
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:
Daniel Molina 2010-12-09 18:28:00 +01:00
parent 1288fff17d
commit ae71bd7b47

View File

@ -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