Skip to content

Commit

Permalink
#716: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jan 17, 2025
1 parent 0df202c commit 00752a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct AdaptedProblem1 : pressio::solvers::test::Problem1
// the following:
// VelocityFailureUnrecoverable
// DiscreteTimeResidualFailureUnrecoverable
// However, those are never explitily thrown, and so
// However, those are never explicitly thrown, and so
// we have to manually throw the exception here.
throw pressio::eh::ResidualEvaluationFailureUnrecoverable();
} else if constexpr (failType == FailType::LineSearchObjFunctionChangeTooSmall) {
Expand Down

0 comments on commit 00752a5

Please sign in to comment.