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

Skip to content
Snippets Groups Projects
Commit c40a9958 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

corrected typo

parent 95336105
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,8 @@ namespace TUGraz.VectoCore.Models.SimulationComponent
protected internal TStateType CurrentState;
protected internal TStateType PreviousState;
protected StatefulVectoSimulationComponent(IVehicleContainer contaier)
: base(contaier)
protected StatefulVectoSimulationComponent(IVehicleContainer container)
: base(container)
{
CurrentState = new TStateType();
PreviousState = new TStateType();
......
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