mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #1791: minor typos
This commit is contained in:
parent
15e5314f98
commit
efa655a2b0
@ -373,12 +373,11 @@ static void mkfs_action(istringstream& is,
|
||||
goto error_img;
|
||||
}
|
||||
|
||||
if ( is.good() )
|
||||
if ( is.fail() )
|
||||
{
|
||||
is >> source >> ws;
|
||||
}
|
||||
|
||||
if ( is.fail() )
|
||||
else
|
||||
{
|
||||
goto error_img;
|
||||
}
|
||||
|
@ -124,7 +124,7 @@ void TransferManager::trigger(Actions action, int _vid)
|
||||
break;
|
||||
|
||||
case SAVEAS_HOT:
|
||||
aname = "DRIVER_CANCEL";
|
||||
aname = "SAVEAS_HOT";
|
||||
break;
|
||||
|
||||
case DRIVER_CANCEL:
|
||||
|
Loading…
x
Reference in New Issue
Block a user