From 9069e52a2d6eb06ea158721aac8878ee88a3712f Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 31 Oct 2024 11:09:47 +1300 Subject: [PATCH] Update src/Utilities/model.jl --- src/Utilities/model.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utilities/model.jl b/src/Utilities/model.jl index 43d58efce4..6586b95e42 100644 --- a/src/Utilities/model.jl +++ b/src/Utilities/model.jl @@ -317,7 +317,7 @@ function MOI.add_constraint( ) where {F<:MOI.AbstractFunction,S<:MOI.AbstractSet} # We check supports_constraint here because it is a common practice for # AbstractModels to declare that they do not support particular constraints, - # evenn though the underlying `.constraints` object does. See, for example, + # even though the underlying `.constraints` object does. See, for example, # the various models in MOI.FileFormats. if !MOI.supports_constraint(model, F, S) throw(MOI.UnsupportedConstraint{F,S}())