From 568d6f921fbff22f9cd14bbc0f2791eb2c1fd8e9 Mon Sep 17 00:00:00 2001 From: tbeu Date: Mon, 12 May 2014 10:47:42 +0200 Subject: [PATCH] Fix typo --- .../Subsystems/LotkaVolterra/Components/TwoSpecies.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelicaByExample/Subsystems/LotkaVolterra/Components/TwoSpecies.mo b/ModelicaByExample/Subsystems/LotkaVolterra/Components/TwoSpecies.mo index 8669b3d8..01f172b4 100644 --- a/ModelicaByExample/Subsystems/LotkaVolterra/Components/TwoSpecies.mo +++ b/ModelicaByExample/Subsystems/LotkaVolterra/Components/TwoSpecies.mo @@ -1,6 +1,6 @@ within ModelicaByExample.Subsystems.LotkaVolterra.Components; model TwoSpecies "Lotka-Volterra two species configuration" - // Import several component modesl from ModelicaByExample.Components.LotkaVolterra + // Import several component models from ModelicaByExample.Components.LotkaVolterra import ModelicaByExample.Components.LotkaVolterra.Components.RegionalPopulation; import ModelicaByExample.Components.LotkaVolterra.Components.Reproduction; import ModelicaByExample.Components.LotkaVolterra.Components.Starvation;