1
0
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:
Jaime Melis 2013-03-08 12:27:00 +01:00
parent 15e5314f98
commit efa655a2b0
2 changed files with 3 additions and 4 deletions

View File

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

View File

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