From d75a345f4e39d0db9a091932a579845622305809 Mon Sep 17 00:00:00 2001 From: JoePfeiffer Date: Thu, 11 Jan 2024 10:04:59 -0700 Subject: [PATCH] typo --- core/resources/l10n/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/resources/l10n/messages.properties b/core/resources/l10n/messages.properties index 7a3f369da..5d605f0ce 100644 --- a/core/resources/l10n/messages.properties +++ b/core/resources/l10n/messages.properties @@ -655,7 +655,7 @@ BasicEventSimulationEngine.error.noConfiguredIgnition = No motors configured to BasicEventSimulationEngine.error.noIgnition = No motors ignited. BasicEventSimulationEngine.error.NaNResult = Simulation resulted in not-a-number (NaN) value, please report a bug. -BasicEventSimlationEngine.nullBranchName = (null) +BasicEventSimulationEngine.nullBranchName = (null) RK4SimulationStepper.error.valuesTooLarge = Simulation values exceeded limits. Try selecting a shorter time step.