mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-06 13:17:42 +03:00
Fix typo
This commit is contained in:
parent
6d18f1209e
commit
2a21c25f45
@ -649,7 +649,7 @@ int ImageManager::stat_image(Template* img_tmpl,
|
||||
|
||||
if (res.empty())
|
||||
{
|
||||
res = "SIZE or PATH attributes are mandatory for DATABLOCK.";
|
||||
res = "Either SIZE or PATH are mandatory for DATABLOCK.";
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user