From 75fdbc10ccb42e8f1375973d5e8cd5060ae1bc5a Mon Sep 17 00:00:00 2001 From: Miles Lubin Date: Sun, 23 Aug 2020 16:12:06 -0400 Subject: [PATCH] Typo fix --- src/attributes.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/attributes.jl b/src/attributes.jl index 62a3a6c8d4..38e863890a 100644 --- a/src/attributes.jl +++ b/src/attributes.jl @@ -1274,8 +1274,8 @@ The optimizer stopped because of some user-defined limit. solutions. This is often used in MIPs to get the solver to return the first feasible solution it encounters. * `MEMORY_LIMIT`: The algorithm stopped because it ran out of memory. -* `OBJECTIVE_LIMIT`: The algorthm stopped because it found a solution better than - a minimum limit set by the user. +* `OBJECTIVE_LIMIT`: The algorithm stopped because it found a solution better + than a minimum limit set by the user. * `NORM_LIMIT`: The algorithm stopped because the norm of an iterate became too large. * `OTHER_LIMIT`: The algorithm stopped due to a limit not covered by one of the