Merge pull request #923 from blattms/fix-spelling-for-unhandled-ouput

Fix spelling in warning about unhandled parallel ouput.
This commit is contained in:
Atgeirr Flø Rasmussen 2016-11-15 20:50:40 +01:00 committed by GitHub
commit fd4d57e68c

View File

@ -830,7 +830,7 @@ namespace Opm
if ( no_kw )
{
Opm::OpmLog::warning("Unhandled ouput request", str.str());
Opm::OpmLog::warning("Unhandled output request in parallel", str.str());
}
}
}