Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 27, 2021
1 parent c18fab1 commit dc72835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JuMP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ function _add_bridges_if_needed(
if !MOI.is_empty(backend.optimizer)
MOI.empty!(backend.optimizer)
end
new_optmizer = if MOI.supports_incremental_interface(backend.optimizer)
new_optimizer = if MOI.supports_incremental_interface(backend.optimizer)
backend.optimizer
else
MOI.Utilities.CachingOptimizer(
Expand Down

0 comments on commit dc72835

Please sign in to comment.