From ae71bd7b47d6574897c93793c1f08dee218083b8 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Thu, 9 Dec 2010 18:28:00 +0100 Subject: [PATCH] feature #421: Fix typo in error message --- src/cloud/occi/lib/OCCIServer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud/occi/lib/OCCIServer.rb b/src/cloud/occi/lib/OCCIServer.rb index b7f2079f3a..add4a47221 100755 --- a/src/cloud/occi/lib/OCCIServer.rb +++ b/src/cloud/occi/lib/OCCIServer.rb @@ -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