Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lynntf authored Mar 21, 2024
1 parent 0b12acc commit c71b782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyipopt/cython/ipopt_wrapper.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ cdef class Problem:
# Verify that the constraints and jacobian callbacks are defined
#
if m > 0 and (self.__constraints is None or self.__jacobian is None):
msg = ("Both the \"constrains\" and \"jacobian\" callbacks must "
msg = ("Both the \"constraints\" and \"jacobian\" callbacks must "
"be defined.")
raise ValueError(msg)

Expand Down

0 comments on commit c71b782

Please sign in to comment.