Skip to content

Commit

Permalink
pre-existing typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin committed Oct 27, 2018
1 parent b7ce216 commit c918269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nlp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ function MOI.eval_objective(d::NLPEvaluator, x)
if d.has_nlobj
val = d.objective.forward_storage[1]
else
error("No nonlinar objective.")
error("No nonlinear objective.")
end
end
return val
Expand Down

0 comments on commit c918269

Please sign in to comment.