From 3eb2f15e80d10b42c07ce389bea38cf33ad550df Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 1 Feb 2024 08:56:29 -0500 Subject: [PATCH] Update src/remake.jl --- src/remake.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remake.jl b/src/remake.jl index 95d7940eb..4f14a18a7 100644 --- a/src/remake.jl +++ b/src/remake.jl @@ -290,7 +290,7 @@ function remake(prob::OptimizationProblem; ispsymbolic = eltype(p) <: Pair && !isempty(p) && interpret_symbolicmap if isu0symbolic && !has_sys(prob.f) throw(ArgumentError("This problem does not support symbolic maps with" * - " remake, i.e. it does not have a symbolic origin. Please use `remke`" * + " remake, i.e. it does not have a symbolic origin. Please use `remake`" * "with the `u0` keyword argument as a vector of values, paying attention to" * "parameter order.")) end