Fix spelling in warning about unhandled parallel ouput.

This commit is contained in:
Markus Blatt 2016-11-15 12:08:58 +01:00
parent 129db89dc0
commit 55362ecdc2

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());
}
}
}