1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #1791: more minor typos

This commit is contained in:
Jaime Melis 2013-03-08 12:29:05 +01:00
parent efa655a2b0
commit f3d1b8d8a9

View File

@ -373,7 +373,7 @@ static void mkfs_action(istringstream& is,
goto error_img;
}
if ( is.fail() )
if ( !is.fail() )
{
is >> source >> ws;
}