Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 1d95311d authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

correcting typo in error message

parent cf5779e1
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ namespace TUGraz.VectoCommon.InputData
public static EcoRollType Get(bool ecoRollWithoutEngineStop, bool ecoRollWithEngineStop)
{
if (ecoRollWithEngineStop && ecoRollWithoutEngineStop) {
throw new VectoException("invalid combination or EcoRoll");
throw new VectoException("invalid combination for EcoRoll");
}
if (ecoRollWithoutEngineStop) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment