mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Typo
This commit is contained in:
parent
1e0d87c147
commit
da19c47d29
@ -36,7 +36,7 @@ Image * ImageManager::acquire_image(int vm_id, int image_id, string& error)
|
||||
if ( img == 0 )
|
||||
{
|
||||
ostringstream oss;
|
||||
oss << "Image with ID: " << image_id << " does not exists";
|
||||
oss << "Image with ID: " << image_id << " does not exist";
|
||||
|
||||
error = oss.str();
|
||||
return 0;
|
||||
@ -65,7 +65,7 @@ Image * ImageManager::acquire_image(int vm_id, const string& name, int uid, stri
|
||||
if ( img == 0 )
|
||||
{
|
||||
ostringstream oss;
|
||||
oss << "Image " << name << " does not exists for user " << uid;
|
||||
oss << "Image " << name << " does not exist for user " << uid;
|
||||
|
||||
error = oss.str();
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user